Closed
Bug 142372
Opened 23 years ago
Closed 23 years ago
[RFE] autocompletetion in 'form select' elements
Categories
(Core :: Layout: Form Controls, enhancement)
Core
Layout: Form Controls
Tracking
()
RESOLVED
DUPLICATE
of bug 124622
People
(Reporter: b.osi.ooo, Assigned: rods)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0+) Gecko/20020504
BuildID: 2002050407
take a listbox
by now you can only select entries by typing the first letter.
a more usefull way would be to add the entered keystrokes.
the <home> key should reset the typed keys and jump to the top of the list.
Reproducible: Always
Steps to Reproduce:
1. use the listbox from the 'additional information'
2. put the cursor into the listbox
3. type the keys <t><o><m>
Actual Results: the 2. entry is selected 'torsten'
Expected Results: the 3. entry should be selected 'tomas'
<form>
<p>
<select name="top5" size="1">
<option>thorsten</option>
<option>torsten</option>
<option>tomas</option>
<option>thomas</option>
</select>
</p>
</form>
Comment 1•23 years ago
|
||
Duplicate of "Improve guess logic when keypress occurs in listbox/pulldown"
*** This bug has been marked as a duplicate of 124622 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•