Bug 225086
Summary: | Regression on iOS 14.5 with white-space not working | ||
---|---|---|---|
Product: | WebKit | Reporter: | mic.gallego |
Component: | Layout and Rendering | Assignee: | 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 |
mic.gallego
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
zalan
This is fixed with r272412 (https://trac.webkit.org/changeset/272412/webkit)
zalan
*** This bug has been marked as a duplicate of bug 221437 ***