Closed
Bug 36699
Opened 26 years ago
Closed 26 years ago
Pressing the down arrow in a pop up field scrolls window and field
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: kirbyt, Assigned: joki)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; N; PPC; en-US; m15)
BuildID: 2000041805
Clicking a pop up window and pressing the down arrow will scroll the window and
the pop up field.
Reproducible: Always
Steps to Reproduce:
1. Go to Bugzilla helper form
2. Click into the 'Component' pop up field
3. Press the down arrow to scroll within the pop up field
Actual Results: The key down events are sent to the pop up field and the
enclosing browser window (They both scroll)
Expected Results: Only popup field should scroll
Holding the down arrow key down works as expected only repeated key presses
cause this to happen.
Comment 1•26 years ago
|
||
Also on Win98 Build 2000041915
a variant of this can be observed at
http://www.cnn.com/WEATHER/
in the box labeled "Or choose a state"
Different from mozilla help-page, also the scroll-wheel have an effect here;
instead of scrolling in the box, the whole dropdown is torn off and slides down
and up the webpage, while the selection remains the same.Can be related to the
first fix checkins for bug 30091
Comment 3•26 years ago
|
||
This is the same as bug 27611, "[GFX LIST]navigating in combo/list box causes
entire page to scroll", except for the detail about the not happening if the
down key is held down; that detail does not reproduce in today's build on WinNT.
Will mention in 27611; Marking as DUP.
*** This bug has been marked as a duplicate of 27611 ***
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
marked as dup of wrong bug - reopening to re-dup it
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
*** This bug has been marked as a duplicate of 27661 ***
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•