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?
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.
:
InitialCleanUp = true
IE9.
Chrome, . .
height = "300" width = "500" Editor.
, , , , , height . @simmonw, , , . , , -.
Source: https://habr.com/ru/post/1735087/More articles:Is it possible to create a static dictionary in a C ++ / CLI environment? - dictionaryDjango: sort list in objects - djangoUnselect one row in jqGrid - javascriptIs the implementation of Hinnant unique_ptr incorrect to prevent the conversion of derived databases in this case? - c ++Bash: subprocess access variables - scopeSpecific Common Interfaces - genericsUIComponent hand-drawn flash / flex export method to print vector file - flexWhy does the Model First Entity Framework 4.0 require a database to be created before it is created? - entity-framework-4Initializing Dropdown Keys - initializationУдаление анимации Silverlight - animationAll Articles