This repository was archived by the owner on Sep 5, 2024. It is now read-only.
FAB Speed Dial: keyboard navigation with tab key gives unexpected results #12043
Labels
a11y
This issue is related to accessibility
has: Pull Request
A PR has been created to address this issue
P3: important
Important issues that really should be fixed when possible.
resolution: fixed
type: bug
Milestone
Bug Report
When navigating through md-fab-actions with both tab and keyboard the focus is not in order.
Example
If I use tab to navigate and I reach the third action:


and then I use keyborad (left) to navigate back to the previous action, the focus goes to the first action:
Actual behavior
The focus starts from the first element when using keyboard, even after navigating with tab.
Expected behavior
For keyboard to continue navigation from current button focused.
Demo and steps to reproduce the issue
It reproduces in the Material demo.
Demo URL (required)*: https://material.angularjs.org/1.2.1/demo/fabSpeedDial
Detailed Reproduction Steps
The text was updated successfully, but these errors were encountered: