WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 241442
242570
Incorrect paint rect on hover when link has box shadow styles with negative offsets
https://bugs.webkit.org/show_bug.cgi?id=242570
Summary
Incorrect paint rect on hover when link has box shadow styles with negative o...
Jon Lee
Reported
2022-07-10 05:55:21 PDT
https://codepen.io/legion80/pen/bGvepvR
Hover over the link. The entire text should paint yellow. This does not happen on Chrome or Firefox.
Attachments
Test reduction
(230 bytes, text/html)
2022-07-10 06:31 PDT
,
zalan
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-07-10 06:17:12 PDT
<
rdar://problem/96794455
>
zalan
Comment 2
2022-07-10 06:31:57 PDT
Created
attachment 460783
[details]
Test reduction
zalan
Comment 3
2022-07-10 06:53:24 PDT
Progressed at
r295472
(now we take text type runs into account when computing ink overflow) - auto mayHaveInkOverflow = displayBox.isAtomicInlineLevelBox() || displayBox.isGenericInlineLevelBox() || displayBox.isNonRootInlineBox(); + auto mayHaveInkOverflow = displayBox.isText() || displayBox.isAtomicInlineLevelBox() || displayBox.isGenericInlineLevelBox() || displayBox.isNonRootInlineBox();
zalan
Comment 4
2022-07-10 06:54:29 PDT
Also reported by Jon Lee :) *** This bug has been marked as a duplicate of
bug 241442
***
Jon Lee
Comment 5
2022-07-10 07:08:05 PDT
Oh, nice! Thanks!
zalan
Comment 6
2022-07-10 09:33:54 PDT
(In reply to Jon Lee from
comment #5
)
> Oh, nice! Thanks!
Thank you for filing it!
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