#1278 closed defect (fixed)
Node editor doesn't receive focus
Reported by: | ornus | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | tree | Cc: | alex |
Blocked By: | Blocking: |
Description
When node editing starts, the editor doesn't receiv focus automatically. User needs to click on the node one more time to start editing it.
Change History (8)
comment:1 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:2 Changed 14 years ago by
Cc: | alex added |
---|---|
Owner: | changed from ilia to liucougar |
comment:3 Changed 14 years ago by
Try editing node 2 times by pressing edit button, you'll see the bug
comment:4 Changed 14 years ago by
Milestone: | 0.5 → 0.4.1 |
---|---|
Owner: | changed from liucougar to alex |
this is caused by r6530
alex, please fix it, as I have no clue either
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
this was not caused by my patch. We disabled this explicitly before the branch. To turn on focus-on-edit, please set the focusOnLoad property.
comment:6 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
problem is real, re-opening
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
I think it is fixed, but current editor.html test is broken because of dojo/editor issues.. I don't know how to fix this.