Bug 163700

Summary: Flexbox `align-items: center`no longer vertically centers items
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bburg, joepeck, mattbaker, nvasilyev, simon.fraser, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Image] Bug none

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.