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
When focused on a breadcrumb item, I would expect that hitting enter (or possibly spacebar as well, though I'm not sure what the correct behavior for the sp-breadcrumb-item role would be) would trigger the change event on the sp-breadcrumbs element.
Actual behavior
The change event is only triggered on the sp-breadcrumbs element when a breadcrumb item is clicked, but not when pressing enter or spacebar while a breadcrumb item has focus.
Screenshots
Screen.Recording.2024-09-09.at.8.53.17.PM.mov
In this screen recording you can see that the change event is triggered when a breadcrumb item is clicked. After clicking through items, I focus a breadcrumb item and then press both enter and spacebar several times, and the event is not triggered.
I've labeled this as SEV 3, but it could possibly be a SEV 2 depending on accessibility standards. It doesn't seem possible to navigate via the breadcrumb without a mouse.
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered:
Code of conduct
Impacted component(s)
sp-breadcrumbs
Expected behavior
When focused on a breadcrumb item, I would expect that hitting enter (or possibly spacebar as well, though I'm not sure what the correct behavior for the sp-breadcrumb-item role would be) would trigger the
change
event on the sp-breadcrumbs element.Actual behavior
The
change
event is only triggered on thesp-breadcrumbs
element when a breadcrumb item is clicked, but not when pressing enter or spacebar while a breadcrumb item has focus.Screenshots
Screen.Recording.2024-09-09.at.8.53.17.PM.mov
In this screen recording you can see that the change event is triggered when a breadcrumb item is clicked. After clicking through items, I focus a breadcrumb item and then press both enter and spacebar several times, and the event is not triggered.
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
Sample code or abstract reproduction which illustrates the problem
https://studio.webcomponents.dev/edit/kmx7QJCb3pDgMh5caVtZ/src/index.ts?p=stories
Severity
SEV 3
I've labeled this as SEV 3, but it could possibly be a SEV 2 depending on accessibility standards. It doesn't seem possible to navigate via the breadcrumb without a mouse.
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: