[Webkit-unassigned] [Bug 18004] Full Page Zoom: Search box (#globalsearch) shifted right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 24 16:30:21 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18004





------- Comment #4 from hyatt at apple.com  2008-03-24 16:30 PDT -------
This is unfortunately an example of the kinds of zoom bugs that will be
extremely difficult for us to fix without improving our rounding strategy. 
Because we floor the width of every single item in Apple's nav menu, the pixel
errors accumulate.  The search menu container is absolutely positioned locked
to the right edge (using right:0), and so the fact that all the floating left
items are a little bit smaller causes there to be some extra space left over.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list