[Webkit-unassigned] [Bug 15341] REGRESSION (r14948-r14956): Unnecessary horizontal scroll bars drawn

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 12:32:16 PST 2008


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


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #7 from webkit at blaut.biz  2008-02-04 12:32 PDT -------
Chasen, your test case works as expected. According
http://www.w3.org/TR/css3-box/#overflow-x :

"scroll
This value indicates that the content is clipped and that if the user agent
uses a scrolling mechanism that is visible on the screen (such as a scroll bar
or a panner), that mechanism should be displayed for a box whether or not any
of its content is clipped. This avoids any problem with scrollbars appearing
and disappearing in a dynamic environment."

So the horizontal scrollbar should be always visible in this case. If you want
to get a behavior you described you should set overflow-x to "auto" instead of
"scroll".

The bug is INVALID.


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