[Webkit-unassigned] [Bug 37355] overflow auto is broken on nested flex boxes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 26 01:43:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37355


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #1 from Shinichiro Hamaji <hamaji at chromium.org>  2010-04-26 01:43:13 PST ---
Let me check if I understand this bug correctly. I think this issue is
happening even without nested flex boxes. If I understand correctly, the
following test case is failing with the current WebKit.

http://tinyurl.com/2eru8fx

I believe the inner div should be a square, with a vertical scrollbar. If we
change "overflow: auto" to "overflow: scroll", it looks OK.

WebKit: overflow:auto is failing, but scroll, visible, and hidden look OK.
Firefox: it seems Firefox is failing for all overflow values. It does never
shrink the inner box.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list