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
In Chrome, tabbing works as expected for the new profile form upon signup/profile completion - I can tab from each field to the next. In Safari, tabbing skips the dropdown fields entirely.
Expected: tabbing would move you to the next field as it does in Chrome. For dropdowns, the element is selected on tab and opened with enter.
The text was updated successfully, but these errors were encountered:
It's still possible to access these elements via Option + Tab without enabling it.
If we really need to allow it, we could implement programatic tabbing to override the safari setting, but that feels a little nasty. @ajrobbins any input on how/if we should handle this?
In Chrome, tabbing works as expected for the new profile form upon signup/profile completion - I can tab from each field to the next. In Safari, tabbing skips the dropdown fields entirely.
Expected: tabbing would move you to the next field as it does in Chrome. For dropdowns, the element is selected on tab and opened with enter.
The text was updated successfully, but these errors were encountered: