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

--- Comment #3 from Chris McMahon <[email protected]> ---

In the course of making the automated test for Search pass, I discovered that
there are actually two search input elements on the page that seem to identify
the same text field, but the first is never actually used to search.  The user
just clicks the first one in order to instantiate the second on the page.  The
first search input looks like 

<form class="search-box" action="/w/index.php">
<input id="searchInput" class="search" type="search" autocomplete="off"
accesskey="f" title="Search Wikipedia [f]" placeholder="Search Wikipedia"
name="search">>

and the second one looks like 

<form class="search-box" action="/w/index.php" method="get">
<input class="search" type="search" name="search">
<a class="clear"></a>

Note the lack of an :id value for the second.

-- 
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