[wp-trac] [WordPress Trac] #30968: Title box being partially cropped at the bottom for add/edit post screen on any non-public post type.

WordPress Trac noreply at wordpress.org
Wed Mar 18 22:13:33 UTC 2015


#30968: Title box being partially cropped at the bottom for add/edit post screen on
any non-public post type.
-------------------------------+---------------------------------
 Reporter:  tyxla              |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  4.2
Component:  Posts, Post Types  |     Version:  4.0
 Severity:  normal             |  Resolution:
 Keywords:  has-patch commit   |     Focuses:  ui, administration
-------------------------------+---------------------------------

Comment (by jipmoors):

 It seems to me that the height on the input box (`#titlediv #title`) is
 causing this problem. `height: 1.7em`.

 Removed in Chrome + Safari it restores how it should look but Firefox was
 giving me trouble until I removed the weird `line-height: 100%` which
 shouldn't be used like this because it will be at 100% of the font-height,
 not the container height.
 Removing that aswel gives me expected results in all (tested) browsers.

 Have to test on other browsers to verify a 100% solution of the problem.

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


More information about the wp-trac mailing list