Last modified: 2014-05-10 18:01:49 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T63257, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 61257 - Special:Block tabindex order is incorrect
Special:Block tabindex order is incorrect
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.23.0
All All
: Low minor (vote)
: 1.24.0 release
Assigned To: Nobody - You can work on this!
: accessibility
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-12 07:40 UTC by fluff
Modified: 2014-05-10 18:01 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description fluff 2014-02-12 07:40:24 UTC
Found on svwp, version: 1.23wmf12 (36f1e5c)


Steps to reproduce:
1. Use firefox 26
2. Log in
3. Open Special:Block
4. The "target" field (mw-bi-target) should be in focus automatically
5. Press tab to the "duration" (mw-input-wpExpiry) and select a duration in the dropdown by arrow up/down
6. Press tab to move to next in tab-index, the marker should now disapear as the freetext field to enter duration (mw-input-wpExpiry-other) is hidden.
7. Press tab again, the expeted behaviour should be that the reason dropdown (mw-input-wpReason) should be selected. What happens is that the search field (searchInput) is selected

Analysis: 

mw-bi-target has tabindex 1
mw-input-wpExpiry & mw-input-wpExpiry-other has tabindex 2 

After that there are no more form fields that uses tabindex.

Using firebug and modifying the DOM I note that adding tabindex = 3 to mw-input-wpReason let's me tab to that select element after wp-input-wpExpiry-other.
Comment 1 Gerrit Notification Bot 2014-04-27 11:43:45 UTC
Change 129946 had a related patch set uploaded by Umherirrender:
Remove tabindex from Special:Block

https://gerrit.wikimedia.org/r/129946
Comment 2 Gerrit Notification Bot 2014-05-10 16:25:44 UTC
Change 129946 merged by jenkins-bot:
Remove tabindex from Special:Block

https://gerrit.wikimedia.org/r/129946

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links