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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
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.