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)
Core
Layout: Form Controls
Tracking
()
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
Reporter | ||
Comment 1•13 years ago
|
||
> 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.
Comment 2•13 years ago
|
||
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
Updated•13 years ago
|
Severity: normal → minor
status-firefox6:
--- → affected
status-firefox7:
--- → affected
status-firefox8:
--- → affected
status-firefox9:
--- → affected
Hardware: x86_64 → All
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•