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
14790
Bouncy Images and white borders
https://bugs.webkit.org/show_bug.cgi?id=14790
Summary
Bouncy Images and white borders
Lizy
Reported
2007-07-27 13:39:11 PDT
I am having issues with the layout remaining the same thoughout the site. The images seem to move everytime the page reloads and occassionally there will be a white border on the bottom left and right of the screen. This is only happening in safari.When you refresh the screen several time the borders go away. Thanks for your help.
Attachments
Reduction
(471 bytes, text/html)
2007-07-28 03:05 PDT
,
mitz
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2007-07-27 14:18:44 PDT
This looks like a relative of
bug 12440
and
bug 14180
, all of which I suspect stem from the invalidity of the two-pass algorithm used to decide which scrollbars to show. On this site, if your window is big enough, initially it won't have scroll bars. But then if you make it small enough to make scrollbars appear and then resize it back to its original size, the scrollbars will stay there. I think the page in the URL is one of those layouts that would require one scrollbar if and only if the other is present (will actually fit without scrollbars at all). Since the initial state is vertical scrollbar only, the horizontal scrollbar is added as well on the first pass. Then on a subsequent pass, both are removed.
Lizy
Comment 2
2007-07-27 16:56:42 PDT
This was not the problem. I have isolated the problem to the height tag in the first table. The bug in Safari has to do with the code: height=100%; If you know of another way to extend the height to 100% please explain. (In reply to
comment #1
)
> This looks like a relative of
bug 12440
and
bug 14180
, all of which I suspect > stem from the invalidity of the two-pass algorithm used to decide which > scrollbars to show. On this site, if your window is big enough, initially it > won't have scroll bars. But then if you make it small enough to make scrollbars > appear and then resize it back to its original size, the scrollbars will stay > there. > > I think the page in the URL is one of those layouts that would require one > scrollbar if and only if the other is present (will actually fit without > scrollbars at all). Since the initial state is vertical scrollbar only, the > horizontal scrollbar is added as well on the first pass. Then on a subsequent > pass, both are removed. >
mitz
Comment 3
2007-07-28 03:05:21 PDT
Created
attachment 15716
[details]
Reduction
Brent Fulgham
Comment 4
2022-07-11 16:05:28 PDT
This no longer seems to produce the reported behavior.
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