Bug 232219 - [LFC][IFC] Check across inline box boundaries for breakable position
Summary: [LFC][IFC] Check across inline box boundaries for breakable position
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-24 13:16 PDT by zalan
Modified: 2021-10-25 07:37 PDT (History)
5 users (show)

See Also:


Attachments
Patch (15.54 KB, patch)
2021-10-24 13:41 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch with dependencies (20.53 KB, patch)
2021-10-24 13:42 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (15.53 KB, patch)
2021-10-24 14:42 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch with dependencies (20.59 KB, patch)
2021-10-24 14:43 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2021-10-24 13:16:29 PDT
<div style="word-break: break-all"><span>foo</span><span>.bar</span></div>
when '.bar' overflows, we can't just simply break at "foo", we need to take adjacent content (in separate inline box) into account.
Comment 1 zalan 2021-10-24 13:41:46 PDT
Created attachment 442318 [details]
Patch
Comment 2 zalan 2021-10-24 13:42:51 PDT
Created attachment 442319 [details]
Patch with dependencies
Comment 3 zalan 2021-10-24 14:42:44 PDT
Created attachment 442324 [details]
Patch
Comment 4 zalan 2021-10-24 14:43:28 PDT
Created attachment 442325 [details]
Patch with dependencies
Comment 5 EWS 2021-10-25 07:36:04 PDT
Committed r284782 (243491@main): <https://commits.webkit.org/243491@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 442324 [details].
Comment 6 Radar WebKit Bug Importer 2021-10-25 07:37:21 PDT
<rdar://problem/84613183>