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
After activating the carousel “Pause/Play” button, keyboard focus is lost (no visible focus indicator on any element). When pressing Tab, focus returns back to the same “Pause/Play” button instead of continuing from the user’s current position in the focus order.
How do we reproduce the behavior?
Repro Steps:
Open the PWA Builder URL in Anaheim dev browser.
PWA Builder page will appear.
Now navigate to the play/pause carousel button.
Activate it pressing enter.
Observe the keyboard focus issue.
What do you expect to happen?
The element should retain keyboard focus after activation (or move focus in a predictable way to the next logical element) so that pressing Tab continues to the next focusable control in sequence without resetting focus back to the same button.
What environment were you using?
Test Environment:
OS Build: Windows 11 Enterprise Insider Preview 25H2 (26300.8493)
Edge Browser: Version150.0.4041.0 (Official build) dev (64-bit)
User ID: V-
URL: https://www.pwabuilder.com/
Additional context
User Experience:
This forces them to re-orient and re-tab through content, making navigation confusing and inefficient, and may prevent users from confidently continuing through carousel controls and surrounding page content.
What happened?
After activating the carousel “Pause/Play” button, keyboard focus is lost (no visible focus indicator on any element). When pressing Tab, focus returns back to the same “Pause/Play” button instead of continuing from the user’s current position in the focus order.
How do we reproduce the behavior?
Repro Steps:
What do you expect to happen?
The element should retain keyboard focus after activation (or move focus in a predictable way to the next logical element) so that pressing Tab continues to the next focusable control in sequence without resetting focus back to the same button.
What environment were you using?
Test Environment:
OS Build: Windows 11 Enterprise Insider Preview 25H2 (26300.8493)
Edge Browser: Version150.0.4041.0 (Official build) dev (64-bit)
User ID: V-
URL: https://www.pwabuilder.com/
Additional context
User Experience:
This forces them to re-orient and re-tab through content, making navigation confusing and inefficient, and may prevent users from confidently continuing through carousel controls and surrounding page content.
WCAG Reference:
https://www.w3.org/WAI/WCAG22/Understanding/focus-order
Attachments:
Carousel.pauseplay.button.causes.keyboard.focus.to.be.lost.after.activation.mp4