Changes between Initial Version and Version 1 of Ticket #19173, comment 23
- Timestamp:
- 09/13/2015 11:38:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19173, comment 23
initial v1 6 6 This is a browser limitation. Happens because iframes cannot be moved safely in the DOM. They get reset/reloaded. If you look around, you'll probably find few old bug reports for Firefox and WebKit/Chrome that are closed as "wontfix". 7 7 8 Sothere are two options to improve this:9 - "Lock" the contai er postbox so it cannot be dragged when using the visual editor (preferred).8 As far as I see there are two options to improve this: 9 - "Lock" the container postbox so it cannot be dragged when using the visual editor (preferred). The user will have to "fold" the postbox to be able to drag it. 10 10 - Safe the content and destroy the editor instance on dragStart, then initialize the editor again and load the content on dragEnd. This is more complex and will make the dragging somewhat hard as processing and saving the editor content can be slow. 11 11