Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409837 - Automatically focus search field
Summary: Automatically focus search field
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Bugzilla Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-27 08:50 UTC by Martin Gysel (bearsh)
Modified: 2012-03-27 11:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Gysel (bearsh) 2012-03-27 08:50:49 UTC
If I enter bugs.gentoo.org the search field should get the focus automatically so that I just can type my query.
As a reference, look e.g. at sites like dict.leo.org.
It may also be a upstream issue as bugzilla.mozilla.org doesn't offer this handy feature.

Reproducible: Always
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2012-03-27 08:56:52 UTC
The search field in the navigation bar gets the focus if you have enabled JavaScript.

>  document.getElementById('quicksearch_top').focus();
Comment 2 Martin Gysel (bearsh) 2012-03-27 11:48:14 UTC
You're right, it's not a bugzilla issue (unless the javascript code is not standard compliant).
in firefox it works as expected but not in rekonq nor opera :(