[wp-trac] [WordPress Trac] #24586: Headings don't fit in TinyMCE Format dropdown

WordPress Trac noreply at wordpress.org
Sun Jun 16 21:26:41 UTC 2013


#24586: Headings don't fit in TinyMCE Format dropdown
--------------------------+--------------------
 Reporter:  Gage Morgan   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.6
Component:  TinyMCE       |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:  needs-patch   |
--------------------------+--------------------

Comment (by azaozz):

 The vertical overlapping was fixed in [24311] (@Gage Morgan perhaps clear
 your browser cache). The horizontal overlapping/truncating is caused by
 the theme setting H1 font-size at 48px and TinyMCE setting the menu width
 at 250px. We could overwrite that with `width: auto !important` however in
 some translations this can get really wide. For example the German
 translation is `Überschrift 1` which makes it 358px and can cause problems
 on smaller screens.

 The other option is to disable importing of font-size from the content
 when TinyMCE creates menus that have preview capabilities. Then all
 headings will be the same regardless of the theme's editor-style.css.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/24586#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list