Ticket #33286: 33286.patch
| File 33286.patch, 845 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
702 702 scrollY = window.pageYOffset || document.documentElement.scrollTop, 703 703 windowWidth = window.innerWidth, 704 704 windowHeight = window.innerHeight, 705 iframeRect = mceIframe.getBoundingClientRect(), 705 iframeRect = mceIframe ? mceIframe.getBoundingClientRect() : { 706 top: 0, 707 right: windowWidth, 708 bottom: windowHeight, 709 left: 0, 710 width: windowWidth, 711 height: windowHeight 712 }, 706 713 toolbar = this.getEl(), 707 714 toolbarWidth = toolbar.offsetWidth, 708 715 toolbarHeight = toolbar.offsetHeight,