Bug 163700 - Flexbox `align-items: center`no longer vertically centers items
Summary: Flexbox `align-items: center`no longer vertically centers items
Status: RESOLVED DUPLICATE of bug 163572
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-10-19 15:56 PDT by Nikita Vasilyev
Modified: 2016-10-19 16:25 PDT (History)
7 users (show)

See Also:


Attachments
[Image] Bug (51.69 KB, image/png)
2016-10-19 15:56 PDT, Nikita Vasilyev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2016-10-19 15:56:30 PDT
Created attachment 292123 [details]
[Image] Bug

In Web Inspector, navigation bar items are vertically misaligned.

There seem to be a regression in flexbox behavior. The following code no longer works:

    .navigation-bar .item {align-items: center}
Comment 1 Radar WebKit Bug Importer 2016-10-19 15:57:54 PDT
<rdar://problem/28857667>
Comment 2 Joseph Pecoraro 2016-10-19 16:17:43 PDT
I believe this was fixed yesterday bug 163572.

*** This bug has been marked as a duplicate of bug 163572 ***
Comment 3 Joseph Pecoraro 2016-10-19 16:17:43 PDT
I believe this was fixed yesterday bug 163572.

*** This bug has been marked as a duplicate of bug 163572 ***
Comment 4 Nikita Vasilyev 2016-10-19 16:25:20 PDT
Yes, this indeed has been fixed.