Changes between Initial Version and Version 1 of Ticket #9938
- Timestamp:
- Sep 22, 2009, 3:24:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9938
-
Property
Status
changed from
new
toassigned
-
Property
Milestone
changed from
tbd
to1.4
-
Property
Status
changed from
-
Ticket #9938 – Description
initial v1 1 1 dijit.getFocus changes break IE restore caret position. 2 2 3 This can be seen using the new InsertEntity plugin:3 This can be seen using the new !InsertEntity plugin: 4 4 5 5 http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/editor/tests/editorInsertEntity.html … … 7 7 Select a position other than the top in the editor, just get a caret with no selected text. 8 8 9 Click the InsertEntity button (The Omega), and then select an entity.9 Click the !InsertEntity button (The Omega), and then select an entity. 10 10 11 11 Notice that the entity gets inserted at the document top instead of where the caret was.