Changes between Version 2 and Version 3 of Ticket #13284, comment 9
- Timestamp:
- Jul 27, 2015, 10:28:46 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13284, comment 9
v2 v3 3 3 git:e191f4be 4 4 [[BR]] 5 Fixes drag and drop prevention when selection was on ZWS. I had to prevent moving selection to a fillingCharin an elegant way and this is best solution I came up with. Reasoning behind it is this: let's assume that user have selection other than on widget. Then,5 Fixes drag and drop prevention when selection was on ZWS. I had to prevent moving selection to a `fillingChar` in an elegant way and this is best solution I came up with. Reasoning behind it is this: let's assume that user have selection other than on widget. Then, 6 6 * if they just click on drag handler, they focus the widget, 7 7 * if they mousedown and click, they focus the widget.