Open
Bug 1900445
Opened 9 months ago
Updated 9 months ago
Review Checker in-sidebar survey briefly shows a focus ring when clicking inside it
Categories
(Firefox :: Messaging System, defect, P3)
Firefox
Messaging System
Tracking
()
NEW
People
(Reporter: aminomancer, Unassigned)
References
(Blocks 1 open bug)
Details
browser.shopping.experience2023.survey.enabled
must be true (experiment does this)
browser.shopping.experience2023.survey.optedInTime
must be 24 hours ago
browser.shopping.experience2023.survey.hasSeen
must be false
browser.shopping.experience2023.survey.pdpVisits
must be 5
browser.shopping.experience2023.optedIn
must be true
Once you trigger the survey and click inside it, a focus ring briefly shows, even though the survey is not tab focusable. It's weird. I think we need to remove tabIndex
from the React component somewhere.
Comment 1•9 months ago
|
||
Look into other methods outside of tabIndex
for ensuring screen readers pick up this component.
Severity: -- → S3
Updated•9 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•