[Webkit-unassigned] [Bug 14790] Bouncy Images and white borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 14:18:45 PDT 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org,
                   |                            |bdakin at apple.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from mitz at webkit.org  2007-07-27 14:18 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.


-- 
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