Bug 118706 - [Flexbox] Don't create renderers for whitespace nodes in flexbox
Summary: [Flexbox] Don't create renderers for whitespace nodes in flexbox
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-07-15 21:14 PDT by Ryosuke Niwa
Modified: 2022-09-27 15:31 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-07-15 21:14:29 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/ffa891dd6e10d6744738718298de276740a1d290

Even with white-space: pre; we shouldn't create RenderTexts
for whitespace-only nodes in flexbox.

Test changes are minor whitespace removals, except for the crash test
(which changed more, but still doesn't crash)
Comment 1 Ahmad Saleem 2022-09-14 13:03:21 PDT
This change is not required because it is already tackled:

https://github.com/WebKit/WebKit/blob/61a1009d68c4718583337288956333b630f6e904/Source/WebCore/rendering/updating/RenderTreeUpdater.cpp#L426

I think we can close this. Thanks!