RESOLVED FIXED 227594
[Legacy line layout] Inline content on subpixel position makes the table cell scroll
https://bugs.webkit.org/show_bug.cgi?id=227594
Summary [Legacy line layout] Inline content on subpixel position makes the table cell...
zalan
Reported 2021-07-01 13:34:06 PDT
Attachments
Patch (7.63 KB, patch)
2021-07-01 13:42 PDT, zalan
no flags
Patch (7.62 KB, patch)
2021-07-01 13:46 PDT, zalan
no flags
Patch (9.21 KB, patch)
2021-07-01 18:20 PDT, zalan
no flags
Patch (9.98 KB, patch)
2021-07-02 12:43 PDT, zalan
no flags
Patch (5.94 KB, patch)
2021-07-06 16:38 PDT, zalan
no flags
Patch (6.30 KB, patch)
2021-07-06 16:55 PDT, zalan
no flags
Patch (20.46 KB, patch)
2021-07-06 18:57 PDT, zalan
no flags
Patch (20.54 KB, patch)
2021-07-06 21:08 PDT, zalan
no flags
Patch (41.77 KB, patch)
2021-07-07 06:41 PDT, zalan
no flags
Patch (46.11 KB, patch)
2021-07-07 11:19 PDT, zalan
no flags
zalan
Comment 1 2021-07-01 13:42:17 PDT
zalan
Comment 2 2021-07-01 13:46:02 PDT
zalan
Comment 3 2021-07-01 18:20:00 PDT
zalan
Comment 4 2021-07-02 12:43:35 PDT
zalan
Comment 5 2021-07-06 16:38:58 PDT
zalan
Comment 6 2021-07-06 16:55:12 PDT
zalan
Comment 7 2021-07-06 18:57:18 PDT
zalan
Comment 8 2021-07-06 21:08:40 PDT
zalan
Comment 9 2021-07-07 06:41:08 PDT
Simon Fraser (smfr)
Comment 10 2021-07-07 08:53:08 PDT
Comment on attachment 433024 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=433024&action=review > Source/WebCore/rendering/LegacyInlineFlowBox.cpp:659 > + // FIXME: Let's do device pixel snapping at paint time instead. Can you reference a bugzilla bug in the comment? The "Let's do" makes it hard to judge how important this is; it should be more like "we should not do integral rounding here". > Source/WebCore/rendering/LegacyInlineFlowBox.cpp:771 > if (isRootBox) { Sucks how there's if (isRootBox) logic way up at the start of this function, and here. Would be nice to factor the middle part into separate function.
zalan
Comment 11 2021-07-07 11:19:02 PDT
EWS
Comment 12 2021-07-07 14:35:27 PDT
Committed r279673 (239480@main): <https://commits.webkit.org/239480@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 433050 [details].
Note You need to log in before you can comment on or make changes to this bug.