Bug 236207

Summary: [LFC][IFC] WritingMode::LeftToRight expects line content flipped within the line
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: alan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

alan
Reported 2022-02-06 12:37:03 PST
void LegacyInlineFlowBox::flipLinesInBlockDirection(LayoutUnit lineTop, LayoutUnit lineBottom) { // Flip the box on the line such that the top is now relative to the lineBottom instead of the lineTop. setLogicalTop(lineBottom - (logicalTop() - lineTop) - logicalHeight());
Attachments
Patch (9.44 KB, patch)
2022-02-06 13:01 PST, alan
no flags
alan
Comment 1 2022-02-06 13:01:22 PST
EWS
Comment 2 2022-02-07 06:46:29 PST
Committed r289214 (246899@main): <https://commits.webkit.org/246899@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 451049 [details].
Radar WebKit Bug Importer
Comment 3 2022-02-07 06:47:18 PST
Note You need to log in before you can comment on or make changes to this bug.