Closed
Bug 34861
Opened 26 years ago
Closed 26 years ago
[REGRESSION]Scrolling with keyboard scrolls select box AND page
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
M16
People
(Reporter: jwbaker, Assigned: rods)
Details
(Keywords: regression)
Build 2000040610, i686-pc-linux-gnu.
The problem: After using a select box, scrolling with the keyboard scrolls the
select box and the page at the same time.
How to reproduce:
1: Go to a page with a select box whose size attribute is 1 and whose multiple
attribute is not defined. There are a few of these on the bugzilla query page.
2: Click on the select box to open it
3: Click on one of the options in the select box. The box closes
4: Use the up or down arrow key to scroll the page. Notice that while the page
scrolls, the value in the select box is also scrolling. The select box retains
its "I have the focus" decoration. Clicking on the content area removes focus
from the select box and allows normal operation.
This bug is always reproducible.
| Reporter | ||
Comment 1•26 years ago
|
||
Bug still exists in Build 2000041309 on Linux. Can't confirm it myself, though.
I get this too on linuxppc 2000041919. can't confirm either though (nudge
nudge).
| Assignee | ||
Comment 3•26 years ago
|
||
Regression... This is odd, according to the EventStateManager only one piece of
content can have focus at a time, so it is odd that arrow key events are getting
to both the scrollbar and the dropdown. The downdown should (and I think does)
have the focus since it shows focus and the arrows make the selection go up and
down.
The question is: whay is the scrollbar still getting arrow key events?
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Keywords: regression
Hardware: PC → All
Summary: Scrolling with keyboard scrolls select box AND page → [REGRESSION]Scrolling with keyboard scrolls select box AND page
Target Milestone: --- → M16
Comment 4•26 years ago
|
||
Duping to 27938.
Gerv
*** This bug has been marked as a duplicate of 27938 ***
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•