Opened 5 years ago
Last modified 5 years ago
#15277 new bug
JQueryUI droppable hover class bug on scaled target
Reported by: | YuriGor | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.droppable | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
When droppable element is scaled, JQueryUI incorrectly adds/remove hover class to the elements: two 'tr' elements of scaled table get this class at once.
Code snippet at Stackoverflow:
https://stackoverflow.com/questions/49115825/jqueryui-droppable-hover-class-bug-on-scaled-target
At Codepen:
https://codepen.io/yurigor/pen/QQRZRM
At jsfiddle:
Change History (3)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 5 years ago by
Note: See
TracTickets for help on using
tickets.
https://github.com/YuriGor/jquery-ui/commit/fc32a34b5a5be8d4272c62136621c78717fa972b
fix for tolerance 'pointer' (not ready for PR, just as starting point)