Closed
Bug 858015
Opened 13 years ago
Closed 13 years ago
Autofocus search box on load
Categories
(Webtools Graveyard :: DXR, enhancement)
Webtools Graveyard
DXR
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ayg, Unassigned)
Details
When you first load dxr.mozilla.org, the page consists of just a search box. It would be nice if this were focused, so you could immediately start typing without having to click the box. This could be done by changing
<input type="text" name="q" value="" maxlength="2048" id="query" accesskey="s"
title="Search">
to
<input type="text" name="q" value="" maxlength="2048" id="query" accesskey="s"
title="Search" autofocus>
(adding the one word "autofocus").
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/dxr
https://github.com/mozilla/dxr/commit/8d0bf7271447fded63424aa42f3c01af3863accb
Make the search box autofocus
Fixes bug 858015.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•13 years ago
|
||
This still doesn't seem to be fixed on the live site -- is it supposed to take this long, or did the fix not work?
Flags: needinfo?(erik)
Comment 4•13 years ago
|
||
We've been blocked on deployment for 4 months. I'm going to see if I can do something about that today.
Flags: needinfo?(erik)
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•