Bug 225086

Summary: Regression on iOS 14.5 with white-space not working
Product: WebKit Reporter: mic.gallego
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bfulgham, simon.fraser, zalan
Priority: P2    
Version: Safari 14   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=221437

Description mic.gallego 2021-04-26 20:34:41 PDT
Hi,

iOS 14.5 introduced an important regression that caused white space: nowrap rule to be ignored under some circumstances. I have created a reproducible case here: https://jsbin.com/xotenexebe/1/edit?html,css,output

Prior to iOS 14.5 and any other browser, the list is properly scrollable. Starting from iOS 14.5, the white-space: nowrap rule is completely ignored and items are stacked.
Comment 1 zalan 2021-04-27 09:48:05 PDT
This is fixed with r272412 (https://trac.webkit.org/changeset/272412/webkit)
Comment 2 zalan 2021-04-27 09:48:25 PDT

*** This bug has been marked as a duplicate of bug 221437 ***