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

       Web browser: ---
            Bug ID: 56175
           Summary: Missing HTML ID in revision list: tag filter input
           Product: MediaWiki
           Version: 1.22-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: Unprioritized
         Component: History/Diffs
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Steps to reproduce:

1. Go to a page's list of revisions (e.g.
https://en.wikipedia.org/w/index.php?title=Main_Page&action=history)
2. Click the label "Tag filter" (but not the link)

What happened:

Nothing.

What I expected to happen:

I expected the associated input to be focused.


Current (simplified) HTML:
<label for="tagfilter">Tag filter:</label> <input name="tagfilter">

Expected (simplified) HTML:
<label for="tagfilter">Tag filter:</label> <input id="tagfilter"
name="tagfilter">

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to