[Webkit-unassigned] [Bug 11926] <div> tag causes the horizontal scrollbars display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 22 12:31:36 PST 2006


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





------- Comment #6 from j at apple.com  2006-12-22 12:31 PDT -------
(In reply to comment #5)
> > Can you please reconsider? This issue causes erroneous nested scrollbars to
> > appear in Safari in many SAP installations, including some important Apple
> > customers. It is one of the key issues that needs to be fixed for SAP/Safari
> > compatibility.
> 
> Interesting.  I was just reporting what I found in a brief analysis of the
> HTML.  (My CSS analysis needs some work!)  After reviewing the CSS, should the
> "overflow:hidden" property be clipping the content that is not visible, and
> thus not drawing a scrollbar?
> 
> Confirming bug--test case works as expected in Firefox 1.5.0.9 (on WinXP).
> 


Yes, I believe that the "overflow:hidden" should cause the content to be
clipped (or hidden) and not show scrollbars, as described here:

http://www.w3schools.com/css/pr_pos_overflow.asp

and here:

http://www.quirksmode.org/css/overflow.html

I'm no CSS expert either, but the behavior we see in Firefox (both Mac and
Windows) I believe to be correct.

Thanks for your thoughts.

Jake


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