#6009 closed bug (fixed)
Upper droppable should receive draggable
Reported by: | maxbarbul | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.17 |
Component: | ui.droppable | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
HTML file attached. Try to run it and read following comments. http://www.seogoogle.ru/sites/dnd_ticket.html
Try to drag draggable over two droppables. There are positions when they both are hovered though only one should be. I think that only one droppable should be hovered because only one could receive this draggable so only one should show that it's waiting.
When you drop draggable into intersection of droppable1 and droppable2 (when they are hovered) only droppable1 will receive draggable though droppable2 is on top. And droppable2 will be keeping hoverClass untill next dragging.
Attachments (2)
Change History (7)
Changed 13 years ago by
Attachment: | dnd_ticket.html added |
---|
Changed 13 years ago by
Attachment: | jquery.ui.draggable.dropintoupper.js added |
---|
This is how I solved problem. I use plaugin for draggable. But it doesn't help with hoverClass
comment:1 Changed 12 years ago by
I just stumbled across the same issue and prepared a test case for this. This is probably related to #6085.
comment:2 Changed 12 years ago by
Annoying issue, simple fix: https://github.com/jquery/jquery-ui/pull/499
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable.
Changeset: fdc332ed5fb7f7e688151d5cae9b450569d73da5
comment:4 Changed 12 years ago by
Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable. (cherry picked from commit fdc332ed5fb7f7e688151d5cae9b450569d73da5)
Changeset: f7b28df28809bca05623b7394919d15919334afb
comment:5 Changed 12 years ago by
Keywords: | droppable draggable accept removed |
---|---|
Milestone: | TBD → 1.8.17 |
incorrect drop when second created droppable has greater z-index then first and it hovers first one