Bug 106936 - [CSS FLEXBOX] align-items:stretch is sticky
Summary: [CSS FLEXBOX] align-items:stretch is sticky
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://letmespellitoutforyou.com/cssD...
Keywords:
Depends on:
Blocks: 91512
  Show dependency treegraph
 
Reported: 2013-01-15 12:28 PST by Mike Sierra
Modified: 2022-07-13 13:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Sierra 2013-01-15 12:28:04 PST
Steps:
(1) Go to URL. The page demo's combinations of Flexbox properties.
(2) Click the "Sizing & Direction" tab
(3) Change "align-items" to "stretch"
(4) Change "align-items" back to "center"
(5) Change "flex-direction" to either of the "column" options
(6) Change "flex-direction" back to "row"

The bug is apparent at step #4, where the flexbox items do not render as center-aligned along the vertical axis.  Steps #5-6 establish that you can re-display  the proper flexbox behavior only after changing the overall direction.
Comment 1 Brent Fulgham 2022-07-13 13:49:49 PDT
The relevant website no longer exists.