Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 409837

Summary: Automatically focus search field
Product: Gentoo Infrastructure Reporter: Martin Gysel (bearsh) <me>
Component: BugzillaAssignee: Bugzilla Admins <bugzilla>
Status: RESOLVED WORKSFORME    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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