[wp-trac] [WordPress Trac] #17782: Inconsistent border in Pages menu box tab
WordPress Trac
wp-trac at lists.automattic.com
Wed Sep 19 17:56:32 UTC 2012
#17782: Inconsistent border in Pages menu box tab
----------------------------+------------------------
Reporter: scribu | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Administration | Version:
Severity: normal | Resolution: duplicate
Keywords: |
----------------------------+------------------------
Comment (by WraithKenny):
If you drag the Cat box up to change the order, the border might effect
Cat instead of Pages.
Bug is sort of difficult to reproduce as it has to do with fractional
pixel values and the elements' position on the page (In particular, when
the document "flow" places the element's origin at a fractional pixel
value). Browser's won't "subpixel render" a border, but instead rounds it
to the nearest pixel for screen rendering. The border only shows when
rounded in certain cases. (This isn't a browser bug, but intended.)
For example, I have the Publish box followed by Cat and the border shows
up. If I change Publish box (not the Category box) css height (via
Firebug) from 251.3px (calculated value) to 251px or any other full pixel
value, the border bug goes away on Category.
Perhaps using some sort of "vertical rhythm grid" (which is to say, a
style standard that enforces full pixel line-heights
http://24ways.org/2006/compose-to-a-vertical-rhythm ) would fix this bug,
and make the admin that much nicer.
Anyway, the root problem is that the ul css height is calculated to be
16.2px combined with a prior element of a fractional pixel height causes
the border to be "rounded up" on display.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17782#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list