Ticket #41856: 41856.diff
File 41856.diff, 807 bytes (added by , 7 years ago) |
---|
-
wp-includes/js/tinymce/tinymce.js
43467 43467 43468 43468 /** 43469 43469 * 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 tofix this with43470 * by clicking on the white area HTML element. We used to be able to fix this with 43471 43471 * the fixCaretSelectionOfDocumentElementOnIe fix. But since M$ removed the selection 43472 43472 * object it's not possible anymore. So we need to hack in a ungly CSS to force the 43473 43473 * body to be at least 150px. If the user clicks the HTML element out side this 150px region