[Webkit-unassigned] [Bug 70762] Incorrect repaint during layout in flipped writing modes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 13 12:10:55 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=70762
zalan <zalan at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|BrowserCompat |
--- Comment #4 from zalan <zalan at apple.com> ---
The issue here is with flipped block direction an inflow child's final position (in absolute repaint coords) is unknown until its containing block finished sizing (unless containing block is the paint container). Our current repaint-after-layout logic runs descendants-first which is too early for such flipped writing modes.
In many cases though this is covered up by repaints issued _before_ layout initiated by style or content change.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240913/62399861/attachment-0001.htm>
More information about the webkit-unassigned
mailing list