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

WordPress Trac noreply at wordpress.org
Fri Feb 21 07:05:52 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 josh401):

 Replying to [comment:128 azaozz]:
 > No WP doesn't do anything to the toolbars or the buttons except
 overriding some of the font based icons in editor.css. Looks like a
 TinyMCE thing. Maybe use one of the "dashicons" or add the icon image as
 background from CSS? Both ways will need a little of CSS added to the
 page.

 Thank you.  I was hoping to avoid having to add an entirely new stylesheet
 per addon.  Fortunately, I was able to get around it using this line of
 code (posted here for prosperity):

 {{{
 text: '<img src="'+url+'/images/cleardiv.png" />'
 }}}

 Seems the 'text' object likes html :)

 Another issue came up after I did the most recent commit changes last
 night (was working fine, prior).  It has to do with dropdown (listbox)
 items, and their z-index.

 See how the listbox items are behind both the tinymce overlay and the page
 overlay?  There's also an extra little icon there.

 Does this happen for you also?

 [[Image(http://joshlobe.com/images/tinymce_listbox.png)]]

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


More information about the wp-trac mailing list