AjaxControlToolkit: HtmlEditor Textarea not showing in Chrome / Safari

I am using the HtmlEditor control included in AjaxControlToolkit (patched version v62210 because I need some fixes).

Unfortunately, the text box in the HTML editor is never displayed in Chrome and Safari (both latest versions). It doesn't matter if the text is in it or not. However, it works on the AjaxControlToolkit example page with both browsers.

Any ideas?

+3
source share
4 answers

fixed it with the following css definition:

#ctl00_CR_TabContainer_TabPanelDetails_tbText_ctl02_ctl00
{
    height: auto !important;
}

The selector is page specific, but can be easily identified using Firebug.

+4
source

:

InitialCleanUp = true

IE9.

+2

Chrome, . .

height = "300" width = "500" Editor.

0

, , , , , height . @simmonw, , , . , , -.

0

Source: https://habr.com/ru/post/1735087/


All Articles