[wp-trac] [WordPress Trac] #19196: PHP notices hidden under admin bar

WordPress Trac wp-trac at lists.automattic.com
Thu Jun 7 12:50:15 UTC 2012


#19196: PHP notices hidden under admin bar
-----------------------------------+-----------------------
 Reporter:  sergiovieira           |       Owner:  nacin
     Type:  defect (bug)           |      Status:  reopened
 Priority:  normal                 |   Milestone:  3.4
Component:  Toolbar                |     Version:  3.2.1
 Severity:  normal                 |  Resolution:
 Keywords:  has-patch 2nd-opinion  |
-----------------------------------+-----------------------
Changes (by ocean90):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 Tow ways to prevent the extra scrollbar.

 We could use `calc()`, see [attachment:19196.calc.patch]. Tested and works
 in Firefox, Chrome, IE > 8. Sadly no Opera support, see
 http://caniuse.com/calc.

 Or we can use `box-sizing: border-box`, see [attachment:19196.box-
 sizing.patch]. Tested and works in Firefox, Chrome, Safari and IE > 7. See
 also http://caniuse.com/css3-boxsizing. In Opera it reduces also the
 scrollbar height, but it still exists.

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


More information about the wp-trac mailing list