Tree: node content isn't selected on the 1st node edit on the page
When editor to edit nodes is created for the 1st time the node content isn't selected in IE. On consecutive edit operations (2nd and up) node content is correctly selected.
To reproduce open "testswidget reeV3editor.html" in IE. Upon clicking "Edit" button 1st node can be edited but the content isn't selected. If you complete editing and click "Edit" again 1st node is editable again its content is selected.
Attachments (2)
-
treeV3_14.patch (697 bytes) - added by ornus 14 years ago.
-
Patch to fix the problem. Basically tree was waiting for the editor to load before issuing command to select text, when in reality tree registers for onLoad event after the editor is loaded.
-
treeV3_14.1.patch (1.0 KB) - added by ornus 14 years ago.
-
Improved fix. Previous fix worked for 1st edit, but prevented consecutive editing from selecting content. This fix ensures content is always selected.
Download all attachments as: .zip
Change History (8)
Component: |
Widgets →
Dojox
|
Milestone: |
0.9
|
Summary: |
node content isn't selected on the 1st node edit on the page →
Tree: node content isn't selected on the 1st node edit on the page
|
Description: |
modified (diff)
|
Milestone: |
1.2 →
future
|
Keywords: |
needsreview added
|
Resolution: |
→ wontfix
|
Status: |
new →
closed
|
Patch to fix the problem. Basically tree was waiting for the editor to load before issuing command to select text, when in reality tree registers for onLoad event after the editor is loaded.