[wp-trac] [WordPress Trac] #24067: TinyMCE 4.0

WordPress Trac noreply at wordpress.org
Tue Feb 11 13:48:46 UTC 2014


#24067: TinyMCE 4.0
-------------------------+-----------------------
 Reporter:  josh401      |       Owner:  azaozz
     Type:  enhancement  |      Status:  accepted
 Priority:  high         |   Milestone:  3.9
Component:  TinyMCE      |     Version:  3.8
 Severity:  minor        |  Resolution:
 Keywords:               |     Focuses:
-------------------------+-----------------------

Comment (by needle):

 Just a heads-up that when including TinyMCE 4 via `wp_editor()` on the
 front-end in a BuddyPress context, the TinyMCE toolbar buttons inherit
 some `button:hover{}` styles. Adding something like the following to
 editor.css would help prevent TinyMCE's buttons from inheriting them:

 {{{
 .mce-toolbar .mce-btn button:hover {
         background: none;
         filter: none;
         border: none;
         color: #333;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/24067#comment:125>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list