When selecting a container using the keyboard, tabs are automatically sorted. (It's really frustrating :/ )
When selecting a container using the keyboard, tabs are _not_ automatically sorted.
I have done a bunch of debugging to try to help the diagnosis. Here's what I've learned:
Looks like the cause of #1637
Great detective work!
So maybe this code isn't necessary, and removing it is a sufficient fix? In my experience, the best solution to a11y issues is appropriate use of tabIndex when possible, not JS.
If removing the code isn't viable and appropriate use of tabIndex is too difficult to implement quickly, maybe it would be possible to do a quick check in the offending case to see if we are in the onboarding phase? If we're not we can just break out of the case before any of the code is run.
This fix is merged and sent to the addon's team. You should see an update in 1-2 business days.
Most helpful comment
This fix is merged and sent to the addon's team. You should see an update in 1-2 business days.