Closed
Bug 4973
Opened 26 years ago
Closed 26 years ago
pressing spacebar scrolls down even if focus is on checkbox
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: cpratt, Assigned: joki)
References
()
Details
if you go to the my yahoo page at the above url, do this to see what i'm talking
about:
- click into the yahoo! id field
- press tab twice to change focus on the 'remember my id' checkbox
- press the spacebar
result: the whole page scrolls down. the checkbox is now off of the screen
expected result: the page does not scroll down. the page should only scroll down
if the focus is not on a form element, but in the general page itself (this is
nav 4.51 behavior).
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
"it scrolls whenever an event passes through a
scrollframe, even if that event is destined for text fields or some such"
- right you are. this is a dupe.
Updated•6 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
•