Changes between Version 1 and Version 2 of Ticket #15277
- Timestamp:
- Mar 6, 2018, 11:57:33 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15277 – Description
v1 v2 1 1 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. 2 2 3 Code snippet at Stackoverflow: 4 3 5 https://stackoverflow.com/questions/49115825/jqueryui-droppable-hover-class-bug-on-scaled-target 6 4 7 At Codepen: 8 5 9 https://codepen.io/yurigor/pen/QQRZRM 10 6 11 At jsfiddle: 12 7 13 https://jsfiddle.net/3g8690bb/2/