Bug 225086 - Regression on iOS 14.5 with white-space not working
Summary: Regression on iOS 14.5 with white-space not working
Status: RESOLVED DUPLICATE of bug 221437
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari 14
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-26 20:34 PDT by mic.gallego
Modified: 2021-04-27 09:48 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***