Closed
Bug 1815526
Opened 2 years ago
Closed 2 years ago
Make sure to clean up :focus-visible as well as :focus for shadow hosts.
Categories
(Core :: DOM: Forms, defect)
Core
DOM: Forms
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
This is supposed to be cleaned up by the datetime widget in:
But that may never happen if we tear down the widget before via a type
change, and we don't quite want to unconditionally unfocus when tearing
down (we might want to close the picker, but that's a separate issue).
Make sure to always unset :focus-visible as well from shadow roots to
fix it, and add exhaustive tests.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8bf8a49b2b6a
Make sure to clean up :focus-visible as well as :focus for shadow hosts. r=smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/38396 for changes under testing/web-platform/tests
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•