Opened 6 years ago
Last modified 6 years ago
#15204 new bug
nesting droppable over event not triggered for ancestor of Internal droppable accepted drop
Reported by: | javad ebrahimi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.droppable | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
The steps below are applicable to the following http://jsfiddle.net/jj89198103/wn6n16on/1/
Steps:
1 - Click on and drag "drag me" button onto the inner Droppable
2 - Release and drop it (making another droppable is because of better understanding)
3 - Note that the border color of current droppable changes on over event
4 - Now! click and drag button again to the previous droppable accepted drop
Bugs:
the "over" event for ancestor of this not triggered As long as "out" event happen for this(in other words: you must dragEnter and then dragLeave to reset over state triggering )
Change History (4)
comment:1 Changed 6 years ago by
Description: | modified (diff) |
---|
comment:2 follow-up: 3 Changed 6 years ago by
comment:3 Changed 6 years ago by
Replying to reidbill:
We are seeing the same issue, can we move the priority of this ticket up from minor?
It's a bug but it's definitely not very important, thank you for attention.
comment:4 Changed 6 years ago by
we use the over to change wording in the helper.html to let the user know what will happen when they drop it on something, if over is not working, we can't change the wording. so it is important to us.
We are seeing the same issue, can we move the priority of this ticket up from minor?