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
Keyboard and mouse experience on receiving focus are inconsistent in new search box
To repro, follow these steps.
1. Type text in the textbox.
2. Click outside the box to make it lose focus.
3. Click inside the box to restore focus.
RESULT: The box won't immediately expand. It will do so only if you type additional content.
EXPECTED: if you use the keyboard to tab or shift-tab back to the box, it will expand immediately on receiving focus. We should be consistent between these two modalities.
Accessibility (WCAG level A): Change of tab order when tabbing into and out of new search box.
Using only the keyboard, tab to the search box. Notice that each of the links in the navigation bar are tab stops.
While focus is on the search box, press the space bar (to force the search box to expand)
Press Shift-Tab to leave the search box.
RESULT: Focus will move to one of the account buttons (either Register or Log Off), not the buttons in the navigation bar.
EXPECTED: We shouldn't have unexpected changes in focus order, which will confuse blind users. In this case, Shift-Tab ought to move focus to the Blog link in the navigation bar.
The text was updated successfully, but these errors were encountered:
I think we have some other keyboard focus issues, so I'd say we can ship with out this, but as with the others, I'll take a look when I get back. I do want to get it fixed, but I figure it's easier for me to just pop on and do it when I get back then to pull devs off other things :).
Keyboard and mouse experience on receiving focus are inconsistent in new search box
To repro, follow these steps.
1. Type text in the textbox.
2. Click outside the box to make it lose focus.
3. Click inside the box to restore focus.
RESULT: The box won't immediately expand. It will do so only if you type additional content.
EXPECTED: if you use the keyboard to tab or shift-tab back to the box, it will expand immediately on receiving focus. We should be consistent between these two modalities.
Accessibility (WCAG level A): Change of tab order when tabbing into and out of new search box.
To reproduce this, follow these steps:
RESULT: Focus will move to one of the account buttons (either Register or Log Off), not the buttons in the navigation bar.
EXPECTED: We shouldn't have unexpected changes in focus order, which will confuse blind users. In this case, Shift-Tab ought to move focus to the Blog link in the navigation bar.
The text was updated successfully, but these errors were encountered: