Changes between Initial Version and Version 1 of Ticket #15254
- Timestamp:
- Nov 30, 2017, 6:01:48 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15254 – Description
initial v1 4 4 We have set the tolerance to "pointer" as below: 5 5 6 {{{#!js 6 7 $( ".column" ).sortable({ 7 8 connectWith: ".column", … … 11 12 tolerance: "pointer" 12 13 }); 14 }}} 13 15 14 16 When dragging a widget over another widget which is off the top off the page, the widget and page flickers very fast. … … 16 18 We just tried earlier versions of Chrome and found the following: 17 19 18 version 55.0.2883.75 – no issue (2016-12-9)19 version 56.0.2924.87 – flicker occurs (2017-02-8)20 later versions after the above, including latest beta Chrome 62.0.3202.94 (64-bit), issue occurs20 * version 55.0.2883.75 – no issue (2016-12-9) 21 * version 56.0.2924.87 – flicker occurs (2017-02-8) 22 * later versions after the above, including latest beta Chrome 62.0.3202.94 (64-bit), issue occurs 21 23 22 24 no issue on other browsers 23 Edge 40.15063.674.0 24 IE 11.726.15063.0 25 FF 57.0 26 25 * Edge 40.15063.674.0 26 * IE 11.726.15063.0 27 * FF 57.0 27 28 28 29 The flicker is still there when tolerance is set to "intersect", but a lot less noticable.