Closed
Bug 267011
Opened 20 years ago
Closed 19 years ago
Selection box is broaden when browse through with keyboard keys
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: maxist, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Go to www.toppreise.ch, then choose extended search, click on the field for manufacturer, press and hold a key, for example I to choose all names beginning with I, and look at the results: the box is broaden and thus the whole page. Reproducible: Always Steps to Reproduce: 1. On some pages find a selection box 2. Click and hold a key, e.g. I 3. Look at the result Actual Results: The selection box is broaden and thus the whole page. Expected Results: nothing but select the desired entry by press the key this entry starts with. English veresion of Firefox 1.0 Preview Release.
Comment 2•20 years ago
|
||
Working on testcase...
Comment 3•20 years ago
|
||
Testcase not to follow. I'm not able to reproduce with file on my local host.
This happens when a height is specified for the select box, either in CSS or plain HTML.
Example code: <select name="yr" style="height:1.4em;"> <option value="">Year</option> <option value="2004">2004</option> <option value="2005">2005</option> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option> <option value="2014">2014</option> </select>
Comment 6•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 7•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•