Make WordPress Core

Ticket #30785: 30785.patch

File 30785.patch, 672 bytes (added by iseulde, 10 years ago)
  • src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js

     
    185185                windowWidth = window.innerWidth;
    186186                toolbarWidth = toolbarNode.offsetWidth;
    187187                toolbarHalf = toolbarWidth / 2;
    188                 iframe = editor.getContentAreaContainer().firstChild;
     188                iframe = editor.getContentAreaContainer().getElementsByTagName( 'iframe' )[0];
    189189                iframePos = DOM.getPos( iframe );
    190190                iframeWidth = iframe.offsetWidth;
    191191                iframeHeigth = iframe.offsetHeight;