You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to (+) button icon using Tab key and press Enter to select it.
Navigate and select new group using Enter & Tab key.
Navigate to the list items using Tab key.
Observe the focus indicator.
Expected Result:
Focus indicator should be clearly visible on the all edges.
Actual Result:
All edges of the focus indicator is not visible.
##Note -
Same issue repro on all pages/sections like -
Settings -> Workspace -> More -> New workspace/ Delete Workspace.
Settings -> Payment > Payments window etc.
Workaround:
Yes
Area issue was found in:
New Group window
Failed WCAG checkpoints
2.4.7
User impact:
It will create confusion for the keyboard users if there is no clear focus indicator using keyboard.
Suggested resolution:
Make sure to add visible focus indicator on each and every interactive element when receiving focus through tab key using :focus styling as below:
:focus {
outline: 2px solid #d71ef7;
}
Version Number: v1.1.49-1 Reproducible in staging?: Yes Reproducible in production?: Yes Notes/Photos/Videos: Any additional supporting documentation Issue reported by:
Action Performed:
Expected Result:
Focus indicator should be clearly visible on the all edges.
Actual Result:
All edges of the focus indicator is not visible.
##Note -
Same issue repro on all pages/sections like -
Workaround:
Yes
Area issue was found in:
New Group window
Failed WCAG checkpoints
2.4.7
User impact:
It will create confusion for the keyboard users if there is no clear focus indicator using keyboard.
Suggested resolution:
Make sure to add visible focus indicator on each and every interactive element when receiving focus through tab key using :focus styling as below:
:focus {
outline: 2px solid #d71ef7;
}
Refer to:
https://www.deque.com/blog/accessible-focus-indicators/
https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html
Platform:
Version Number: v1.1.49-1
Reproducible in staging?: Yes
Reproducible in production?: Yes
Notes/Photos/Videos: Any additional supporting documentation
Issue reported by:
7530_Focu.indicator.is.not.clearly.visible.on.all.list.elements.mp4
The text was updated successfully, but these errors were encountered: