WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
18004
Full Page Zoom: Search box (#globalsearch) shifted right
https://bugs.webkit.org/show_bug.cgi?id=18004
Summary
Full Page Zoom: Search box (#globalsearch) shifted right
Marc Nothrop
Reported
2008-03-21 22:04:56 PDT
The search box (#globalsearch) in the Apple.com toolbar (#globalheader.mac) shifts right, visually separating from the rest of the toolbar, when zoomed in via Full Page Zoom (Cmd-+ once.)
Attachments
Screenshot of shifted search box
(481.74 KB, image/png)
2008-03-21 22:06 PDT
,
Marc Nothrop
no flags
Details
Screenshot showing off-set of Coda scrolling content panes
(183.29 KB, image/jpeg)
2008-03-22 02:31 PDT
,
Marc Nothrop
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Marc Nothrop
Comment 1
2008-03-21 22:06:26 PDT
Created
attachment 19956
[details]
Screenshot of shifted search box Screenshot shows the shifted search box and inset shows expected appearance at 100%
Marc Nothrop
Comment 2
2008-03-21 23:39:23 PDT
True as of WebKit 31224 on 10.5.2
Marc Nothrop
Comment 3
2008-03-22 02:31:00 PDT
Created
attachment 19965
[details]
Screenshot showing off-set of Coda scrolling content panes Screenshot shows www.panic.com/coda with the 'features box' scrolled to the "Files pane; content is misaligned for the viewport.
Dave Hyatt
Comment 4
2008-03-24 16:30:20 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.
Dave Hyatt
Comment 5
2008-03-24 16:37:50 PDT
This is difficult because we don't have any subpixel accuracy at the rendering level. The CSS back end does the rounding, so by the time you get to the front end, it's impossible to have a coherent rounding strategy.
Frances Cornwall
Comment 6
2024-05-08 10:47:49 PDT
The search box renders differently in Safari 17.4.1.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug