Bug 199987 - [LFC][IFC] Do not try to extend a collapsed run.
Summary: [LFC][IFC] Do not try to extend a collapsed run.
Status: RESOLVED CONFIGURATION CHANGED
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: 2019-07-20 21:44 PDT by zalan
Modified: 2020-02-18 08:29 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.35 KB, patch)
2019-07-20 21:50 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 2019-07-20 21:44:35 PDT
When the runs belong to the same renderer we try to join them together (<span>foo bar</span> -> runs [foo][ ][bar] -> final display run ->[foo bar] by joining the runs), however don't try to expand the previous run when it is collapsed.
Comment 1 Radar WebKit Bug Importer 2019-07-20 21:47:50 PDT
<rdar://problem/53358819>
Comment 2 zalan 2019-07-20 21:50:20 PDT
Created attachment 374567 [details]
Patch