Make WordPress Core

Ticket #30565: 30565.patch

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

     
    335335        editor.on( 'init', function() {
    336336                editor.dom.bind( editor.getWin(), 'scroll', hide );
    337337        });
    338        
     338
    339339        editor.on( 'blur hide', hide );
    340340
    341341        // 119 = F8
     
    11241124                        if ( floatingToolbar ) {
    11251125                                floatingToolbar.reposition();
    11261126                        }
     1127
     1128                        editor.fire( 'ExecCommand', {
     1129                                command: cmd,
     1130                                ui: event.ui,
     1131                                value: event.value
     1132                        } );
    11271133                }
    11281134        });
    11291135