Changeset 4719
- Timestamp:
- 01/11/2007 03:26:48 AM (19 years ago)
- Location:
- trunk/wp-includes/js/tinymce
- Files:
-
- 2 edited
-
plugins/inlinepopups/editor_plugin.js (modified) (1 diff)
-
tiny_mce.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js
r4506 r4719 559 559 560 560 mcWindows.setDocumentLock(false); 561 562 tinyMCE.selectedInstance.getWin().focus(); 561 563 }; 562 564 -
trunk/wp-includes/js/tinymce/tiny_mce.js
r4506 r4719 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 }
Note: See TracChangeset
for help on using the changeset viewer.