Open Bug 684456 Opened 13 years ago Updated 2 years ago

Switching tab using CTRL+PgUp/PgDown also scrolls <select multiple>

Categories

(Core :: Layout: Form Controls, defect)

defect

Tracking

()

Tracking Status
firefox6 --- affected
firefox7 --- affected
firefox8 --- affected
firefox9 --- affected

People

(Reporter: MatsPalmgren_bugz, Unassigned)

References

()

Details

(Keywords: testcase)

STEPS TO REPRODUCE (0. make sure you have a few tabs open) 1. load data:text/html,<select multiple><option>x<option>x<option>x<option>x<option>x<option>x<option>x</select> 2. click on the first item, note that it is displayed with a focus outline 3. CTRL+PgDown then CTRL+PgUp ACTUAL RESULTS The first item is still selected, but the focus outline moves down to the last visible item; repeating 3 moves it again, this time it also scrolls the list to show the new item. (Similar problem occurs if you click on the last item in 2, and then CTRL+PgUp followed by CTRL+PgDown) So it appears we let both the tab-switching and <select> handle the same keyboard event. EXPECTED RESULTS CTRL+PgUp / CTRL+PgDown should only do tab-switching. Not affect the <select>. Bug occurs in 9.0a1 and 4.0 on Linux64
> CTRL+PgUp / CTRL+PgDown should only do tab-switching. Not affect the <select>. Or vice versa, I don't really know which one is intended.
Confirmed on Firefox3.6.21 to Nightly9.0a1 And also confirmed on Firefox1.5.0.12eol to Firefox/3.5.19 I tested on https://bugzilla.mozilla.org/query.cgi?format=advanced
OS: Linux → All
Severity: normal → minor
Hardware: x86_64 → All
Severity: minor → S4
You need to log in before you can comment on or make changes to this bug.