Ticket #1642 (closed bug: fixed)
DND droppables bugs
| Reported by: | djot | Owned by: | rworth |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.1 |
| Component: | ui | Version: | 1.2 |
| Keywords: | ui dnd draggables droppables | Cc: | |
| Blocking: | Blocked by: |
Description
- Hi,
Bugs in DND droppables demo:
dnd_accept.gif: red is not accepted ... perhaps it should not be accepted, I don't know - so state that in the demo
dnd_greedy.gif: what is greedy? Both, the orange and purple demo accept the draggable in both the inner and outer dropbox - which is incorrect anyway. If greedy is what i think it should be only the purple demo should accept the draggable in both the inner and outer container (if dragged on the inner one)
dnd_fit.gif: The draggable is not accepted even it does more than fit in the dropzone already (to get this error try moving in the dropzone from all sides - TLRB ...)
dnd_intersect.gif: The draggable does intercept already, but is not recognized (to get this error try moving in the dropzone from all sides - TLRB ...)
dnd_touch.gif: The draggable is still outside the dropzone, but is accepted already!
djot -
Attachments
Change History
Changed 6 years ago by djot
-
attachment
dnd_accept_red.gif
added
comment:2 Changed 5 years ago by rworth
- Status changed from new to assigned
All except greedy fixed as of rev4067
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

dnd_accept_red.gif