Opened 16 years ago
Closed 15 years ago
#2162 closed defect (wontfix)
DnD breaks for new tree nodes
Reported by: | ornus | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | tree | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
in some instances DnD breaks for the new tree nodes. I'm going to attach test case to show the problem. it includes instructions to reproduce the problem
Attachments (2)
Change History (5)
Changed 16 years ago by
Attachment: | menuWithDnD.html added |
---|
comment:1 Changed 16 years ago by
there's another problem where an exception can be thrown when new node rename is completed by pressing Enter in IE.
I'm gonna attach patch with the fix/hack for both issues
comment:2 Changed 16 years ago by
I'm fixing dnd problem by wrapping code where it originated in try/catch. I don't know why IE throws *Unknown error*
comment:3 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
DnD for Tree nodes is not supported in Dijit, and also the DnD infrastructure has been completely rewritten, so I'm going to close this bug.
Note: See
TracTickets for help on using
tickets.
test case. place in "testswidgetTreeV3". includes steps to reproduce error.