Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19173, comment 23


Ignore:
Timestamp:
09/13/2015 11:38:31 PM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19173, comment 23

    initial v1  
    66This 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".
    77
    8 So there are two options to improve this:
    9 - "Lock" the contaier postbox so it cannot be dragged when using the visual editor (preferred).
     8As 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.
    1010- 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.
    1111