http://bugs.winehq.org/show_bug.cgi?id=20256
--- Comment #7 from Jerome Leclanche adys.wh@gmail.com 2011-04-05 03:12:22 CDT --- Created an attachment (id=33944) --> (http://bugs.winehq.org/attachment.cgi?id=33944) Autofocus patch
This patch will enable autofocus on the search field for browsers that support the autofocus attribute.
For older browsers, you can add an onload document.getElementById("whatever").focus() but I don't think that's worth it.
That said, autofocus should be used very wisely. I'm not sure it's a good idea to add it; users may expect focus to be on the page rather than on the search field.