Changes between Version 1 and Version 2 of Ticket #19845, comment 46
- Timestamp:
- 03/08/2014 01:49:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19845, comment 46
v1 v2 4 4 As far as I see this is the cleanest/most straightforward way to detect when a drag has started inside the browser window. Any other way would be more complicated and probably buggier. 5 5 6 Also it would be good to add a bail-out "close on click" to the overlay, just in case the user gets stuck with blocked editors. Was able to do that it couple of times when dragging very fast in and out of the window.6 Also it would be good to add a bail-out "close on click" to the overlay, just in case the user gets stuck with blocked editors. Was able to do that couple of times when dragging very fast in and out of the window for long time (browser slowdown/memory leak?).