Advanced HTML Editor 2 doesn't work in Windows Internet Explorer
Question:
The Advanced HTML Editor 2 only shows up in mozilla based browsers
like Firefox or Netscape, in IE it only shows a textbox. When I put javascript errors on, it says
"Can't put invalid HTML in the document".
I can't figure out what is wrong.
The Advanced HTML Editor 2 only shows up in mozilla based browsers
like Firefox or Netscape, in IE it only shows a textbox. When I put javascript errors on, it says
"Can't put invalid HTML in the document".
I can't figure out what is wrong.
Answer:
This is a limitation of Internet Explorers DOM.
The new visual menu items are in div's and dynamicly drawn.
Internet explorer doesn't allow dynamic content other then text/paragraph or inline elements between
<p> and <div> tags.
As the editor has new visual dropdownmenus and those are not inline elements, IE stops loading the editor.
Until we found a different way for displaying the dropdowns, just don't put the editor between p-tags or div-tags and use other ways to position the editor (tables for example).
Comments
Div and the html editor
I got into a sticky situation where as I needed to use the html editor inside a div, the one from dmxzone did not work but the KTML lite from interaktonline worked a breeze. Is dmxzone going to come out with a solution in the near future.
regards
Kenny
Explorer Limitation
Any updates on when ADV Html Editor will be able to work in Explorer browswers?
You must me logged in to write a comment.