Bug 61866 - overflow: auto does not work correctly on flex box elements
Summary: overflow: auto does not work correctly on flex box elements
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/ydwxr/
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 08:53 PDT by Bryan Logan
Modified: 2012-09-27 13:12 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Logan 2011-06-01 08:53:54 PDT
Setting overflow:auto on an element that is supposed to expand with box flex causes the node to collapse.

Test case:
http://jsfiddle.net/ydwxr/

Expected result:
 Child element should expand and have scroll bars.

Actual result:
  Child element does not expand and has no scroll bars.

Tested on:
Nightly, chrome 11, chrome dev
Comment 1 James Campos 2012-09-26 19:40:36 PDT
works fine for me in chrome 22
Comment 2 Bryan Logan 2012-09-27 04:55:00 PDT
Appears to be working now. Please close appropriately.