Bug#370465: PTS: http://packages.qa.debian.org/common/index.html could set the focus automatically to the input field

2006-06-08 Thread Christoph Berg
Re: Andreas Beckmann 2006-06-05 [EMAIL PROTECTED] if the focus would be set to input field, one could start typing the package name immediately. If you are using the PTS that often, I'd suggest to create a smart bookmark (or whatever it is called outside of firefox): DTA

Bug#370465: PTS: http://packages.qa.debian.org/common/index.html could set the focus automatically to the input field

2006-06-05 Thread Andreas Beckmann
Package: qa.debian.org Severity: wishlist Hi, if the focus would be set to input field, one could start typing the package name immediately. Google does this with some javascript: function sf(){document.f.q.focus();} body onLoad=sf() form ... name=finput ... name=q... Andreas -- System

Bug#370465: PTS: http://packages.qa.debian.org/common/index.html could set the focus automatically to the input field

2006-06-05 Thread Julien Goodwin
On 5/06/2006 9:58 PM, Andreas Beckmann wrote: if the focus would be set to input field, one could start typing the package name immediately. Google does this with some javascript: function sf(){document.f.q.focus();} body onLoad=sf() form ... name=finput ... name=q... AGGHH! Don't do