Search and Top Navigation
#15277 new bug ()
Opened March 06, 2018 04:53PM UTC
Last modified March 06, 2018 10:30PM UTC
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
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:
Attachments (0)
Change History (3)
Changed March 06, 2018 04:56PM UTC by comment:1
description: | 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 → 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: \ https://jsfiddle.net/3g8690bb/2/ |
---|
Changed March 06, 2018 04:57PM UTC by comment:2
description: | 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: \ https://jsfiddle.net/3g8690bb/2/ → 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: \ \ https://jsfiddle.net/3g8690bb/2/ |
---|
Changed March 06, 2018 10:30PM UTC by comment:3
https://github.com/YuriGor/jquery-ui/commit/fc32a34b5a5be8d4272c62136621c78717fa972b
fix for tolerance 'pointer' (not ready for PR, just as starting point)