Changes between Initial Version and Version 1 of Ticket #13140, comment 7
- Timestamp:
- Apr 27, 2015, 1:12:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13140, comment 7
initial v1 1 1 Internal function {{{internalDrop}}} creates a widget on drop. I can't cancel it's execution, because it restores a widget which is destroyed on {{{drag}}} event. 2 2 3 I end up with solution "If we switch order of step first and the second we will fix this issue" because in current algorithm there is such checks which change order of creating bookmarks .3 I end up with solution "If we switch order of step first and the second we will fix this issue" because in current algorithm there is such checks which change order of creating bookmarks, but it didn't catch case described in this issue. 4 4 5 5 Changes and tests in branch:t/13140.