https://bugzilla.wikimedia.org/show_bug.cgi?id=67271

            Bug ID: 67271
           Summary: special page delete revision tabindex order incorrect
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Page deletion
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: andyro...@hotmail.com
       Web browser: ---
   Mobile Platform: ---

On https://it.wikivoyage.org, the page "Speciale:CancellaRevisione" (see as an
example this page:
https://it.wikivoyage.org/w/index.php?title=Speciale:CancellaRevisione&target=Speciale%3ARegistri%2Fdelete&type=logging&ids=279691)
has a wrong tabindex order.

In particular.
* wpHidePrimary HAS NOT a tabindex
* wpHideComment HAS NOT a tabindex
* wpHideUser HAS NOT a tabindex
* wpRevDeleteReasonList has tabindex=1
* wpReason HAS NOT a tabindex 
* submit HAS NOT a tabindex
* search has tabindex=2

Because of this, after the selection of the delete reason, the tab click bring
the focus from wpRevDeleteReasonList to search instead of wpReason.

The right tabindex order should be the following:
* wpHidePrimary: tabindex=1
* wpHideComment: tabindex=2
* wpHideUser: tabindex=3
* wpRevDeleteReasonList: tabindex=4
* wpReason: tabindex=5
* submit: tabindex=6
* search: tabindex=7

PS
I'm not sure 100% but I think that previously this was working fine.

Can someone fix it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to