Changeset 43144
- Timestamp:
- 05/03/2018 03:26:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wpdialog.js
r26876 r43144 1 /* 2 * Wrap the jQuery UI Dialog open function remove focus from tinyMCE. 3 */ 1 4 ( function($) { 2 5 $.widget('wp.wpdialog', $.ui.dialog, { … … 9 12 // Open the dialog. 10 13 this._super(); 14 11 15 // WebKit leaves focus in the TinyMCE editor unless we shift focus. 12 16 this.element.focus();
Note: See TracChangeset
for help on using the changeset viewer.