Ticket #3466: tiny-fixes.diff
| File tiny-fixes.diff, 1.0 KB (added by , 19 years ago) |
|---|
-
wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js
558 558 e.parentNode.removeChild(e); 559 559 560 560 mcWindows.setDocumentLock(false); 561 562 tinyMCE.selectedInstance.getWin().focus(); 561 563 }; 562 564 563 565 TinyMCE_Window.prototype.onMouseMove = function(e) { -
wp-includes/js/tinymce/tiny_mce.js
2813 2813 if (tinyMCE.isGecko && this.getSel().isCollapsed) { 2814 2814 focusElm = tinyMCE.getParentElement(focusElm, 'A'); 2815 2815 2816 if (focusElm )2816 if (focusElm && this.getRng(0).endOffset > 0 && this.getRng(0).endOffset != focusElm.innerHTML.length) 2817 2817 this.selection.selectNode(focusElm, false); 2818 2818 } 2819 2819