[wpmu-trac] [WordPress MU Trac] #858: Unused icons in Fullscreen
TinyMCE
WordPress MU Trac
wpmu-trac at lists.automattic.com
Thu Jan 22 20:28:31 GMT 2009
#858: Unused icons in Fullscreen TinyMCE
------------------------+---------------------------------------------------
Reporter: chluper | Owner: somebody
Type: task | Status: new
Priority: low | Milestone: 2.7
Component: component1 | Version: 2.7
Severity: normal | Keywords:
------------------------+---------------------------------------------------
The media buttons appear in the TinyMCE toolbar when you click fullscreen.
These buttons are non-function, and don't believe they are supposed to be
there. You can get rid of them by removing lines 126-131 in /wp-
includes/js/tinymce/plugins/wordpress.
{{{
// Add Media buttons to fullscreen
ed.onBeforeExecCommand.add(function(ed, cmd, ui,
val) {
if ( 'mceFullScreen' != cmd ) return;
if ( 'mce_fullscreen' != ed.id )
ed.settings.theme_advanced_buttons1 +=
',|,add_image,add_video,add_audio,add_media';
});
}}}
It would be nice to have the ability to interact with media in fullscreen,
but I don't see any easy way to do it.
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/858>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list