WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
<
rdar://74884402
>
Attachments
Patch
(7.63 KB, patch)
2021-07-01 13:42 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(7.62 KB, patch)
2021-07-01 13:46 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(9.21 KB, patch)
2021-07-01 18:20 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(9.98 KB, patch)
2021-07-02 12:43 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(5.94 KB, patch)
2021-07-06 16:38 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(6.30 KB, patch)
2021-07-06 16:55 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(20.46 KB, patch)
2021-07-06 18:57 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(20.54 KB, patch)
2021-07-06 21:08 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(41.77 KB, patch)
2021-07-07 06:41 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(46.11 KB, patch)
2021-07-07 11:19 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(9)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2021-07-01 13:42:17 PDT
Created
attachment 432721
[details]
Patch
zalan
Comment 2
2021-07-01 13:46:02 PDT
Created
attachment 432722
[details]
Patch
zalan
Comment 3
2021-07-01 18:20:00 PDT
Created
attachment 432761
[details]
Patch
zalan
Comment 4
2021-07-02 12:43:35 PDT
Created
attachment 432812
[details]
Patch
zalan
Comment 5
2021-07-06 16:38:58 PDT
Created
attachment 432987
[details]
Patch
zalan
Comment 6
2021-07-06 16:55:12 PDT
Created
attachment 432989
[details]
Patch
zalan
Comment 7
2021-07-06 18:57:18 PDT
Created
attachment 432997
[details]
Patch
zalan
Comment 8
2021-07-06 21:08:40 PDT
Created
attachment 433006
[details]
Patch
zalan
Comment 9
2021-07-07 06:41:08 PDT
Created
attachment 433024
[details]
Patch
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
Created
attachment 433050
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug