Closed Bug 409484 Opened 17 years ago Closed 17 years ago

multiple select menu has long delay for keyboard navigation

Categories

(Firefox :: Keyboard Navigation, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 339541

People

(Reporter: a.blackthorn, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

Navigating a multiple select menu using the first letter of each option is nearly impossible.  There is an approx one second period when navigating between items with different first letters during which time the select menu is unresponsive.  This delay is compounded by the fact that each time you press a key during this period, the period resets.

Reproducible: Always

Steps to Reproduce:
1. example HTML
<select multiple size="3">
	<option>A</option>
	<option>B</option>
	<option>C</option>
</select>
2. try toggling options using A, B and C keys
Actual Results:  
Unless you specifically pause after pressing each key, the selected item will not change.

Expected Results:  
The options should change as fast as I can hit the keys, as other browsers do.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.