Opened 13 years ago
Closed 13 years ago
#5268 closed defect (fixed)
dropping an item within its source, target is not the right one!
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | DnD | Version: | 1.0 |
Keywords: | drag and drop target dnd | Cc: | |
Blocked By: | Blocking: |
Description
I have a some sections. in my sections I have columns and in my columns I have the dndItems. doing dnd in the column my dragging item is located, the target is not the right one (target is the last source). when I drag my item in another column, everything works fine. I've attached a testfile. using firebug, you can see the problem.
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | target_error.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | → 1.0.2 |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
please check into branch or change milestone to 1.1
Note: See
TracTickets for help on using
tickets.
(In [11663]) Reporting the overSource event only for the current source. Fixes #5268.