evanc
30 Jun 2010, 4:14 PM
Ext version tested:
Ext 3.2.1
Adapter used:
ext
jquery
the issue occurs with jquery and ext adapters.
css used:
only default ext-all.css
Browser versions tested against:
FF3 (firebug 1.3.0.10 installed)
Chrome (latest)
Operating System:
Ubuntu
Snow Leopard
Description:
Moving an HTML editor to a different point in the DOM causes it to become unresponsive. Toolbar buttons are clickable, but the editor area may no longer be focused. Any content it had is lost.
Test Case:
demonstration at http://www.coonrod.org/ext/ - source should be easy to understand.
Steps to reproduce the problem:
1. Click inside of HTML editor, note that a cursor appears and you can enter text.
2. Click button labelled "Move htmleditor div". This will move the div containing the HTML editor to a new position within the DOM.
3. Try to click inside of the HTML editor and edit text.
In the latest versions of Firefox and Chrome, you will be unable to focus the HTML editor. If any text had been entered in the HTML editor, it will disappear.
Inserting a node above or below the editor will not cause this problem. Other form fields do not exhibit this problem.
Ext 3.2.1
Adapter used:
ext
jquery
the issue occurs with jquery and ext adapters.
css used:
only default ext-all.css
Browser versions tested against:
FF3 (firebug 1.3.0.10 installed)
Chrome (latest)
Operating System:
Ubuntu
Snow Leopard
Description:
Moving an HTML editor to a different point in the DOM causes it to become unresponsive. Toolbar buttons are clickable, but the editor area may no longer be focused. Any content it had is lost.
Test Case:
demonstration at http://www.coonrod.org/ext/ - source should be easy to understand.
Steps to reproduce the problem:
1. Click inside of HTML editor, note that a cursor appears and you can enter text.
2. Click button labelled "Move htmleditor div". This will move the div containing the HTML editor to a new position within the DOM.
3. Try to click inside of the HTML editor and edit text.
In the latest versions of Firefox and Chrome, you will be unable to focus the HTML editor. If any text had been entered in the HTML editor, it will disappear.
Inserting a node above or below the editor will not cause this problem. Other form fields do not exhibit this problem.