Make WordPress Core

Ticket #41856: 41856.diff

File 41856.diff, 807 bytes (added by mp518, 7 years ago)

fixed

  • wp-includes/js/tinymce/tinymce.js

     
    4346743467
    4346843468      /**
    4346943469       * IE 11 has an annoying issue where you can't move focus into the editor
    43470        * by clicking on the white area HTML element. We used to be able to to fix this with
     43470       * by clicking on the white area HTML element. We used to be able to fix this with
    4347143471       * the fixCaretSelectionOfDocumentElementOnIe fix. But since M$ removed the selection
    4347243472       * object it's not possible anymore. So we need to hack in a ungly CSS to force the
    4347343473       * body to be at least 150px. If the user clicks the HTML element out side this 150px region