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
It's the tab stop before the stop button, but that's unexpected based on the layout and focus isn't visible so you feel lost tabbing through.
I'm not sure if the placement when full screen is intended but it makes picking a sequence awkward as it can be before the board, partially over the board or to the right of the board depending on screen width:
The text was updated successfully, but these errors were encountered:
In Safari, tab until the stop button in the sim is focussed
Shift-tab and notice there's no focus outline anywhere (you can reach this state tabbing forward too, just harder to pin down what's happened that way)
Press enter or query document.activeElement and realise it was the Safari mute button
The button should have a clear focus indicator (e.g. outline) and the tab position should be in a logical sequence with respect to other components on the board.
We sorted the tab order for other sim components in #6113 but not this Safari specific one.
It's the tab stop before the stop button, but that's unexpected based on the layout and focus isn't visible so you feel lost tabbing through.
I'm not sure if the placement when full screen is intended but it makes picking a sequence awkward as it can be before the board, partially over the board or to the right of the board depending on screen width:
The text was updated successfully, but these errors were encountered: