Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#33487 closed defect (bug) (invalid)

Inconsistent login form tabbing

Reported by: desrosj's profile desrosj Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.3
Component: Login and Registration Keywords:
Focuses: accessibility Cc:

Description

When viewing the login screen at wp-login.php there is an inconsistent experience tabbing through the form.

  • In Safari, hitting tab while your cursor is in the password field does not advance to the next field, Remember me, as expected. Instead it tabs to the address bar.
  • In FireFox, tabbing gets you all the way to the Log In button before bringing you to the address bar.
  • In Chrome it successfully tabs through each element on the page, including the Log In button, and two links below the form for back and forgotten password requests.

Change History (3)

#1 @joedolson
9 years ago

Do you have tab key navigation enabled in Safari? Safari does not automatically have the tab key configured to access all fields; by default it only tabs to selected fields.

#2 @desrosj
9 years ago

That would be the issue in Safari. I assume it is something similar in FireFox?

#3 @joedolson
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

If you're on a Mac, then Firefox uses the same configuration that Safari does, inheriting the OS X system preferences for controls. So yes, same issue.

Note: See TracTickets for help on using tickets.