Open
Bug 40498
Opened 25 years ago
Updated 2 years ago
Keyboard listener should be tied to scrollbar
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
NEW
People
(Reporter: cap, Unassigned)
References
()
Details
On a page with a fixed positioned layers of which only one has an overflow
property allowing scrollbars, the keyboard listener for up/down etc should be
tied to that scrollbar.
More general: if there is only one scrollbar (possible) on a page, the keypad
keys allowing one to scroll through a page should be tied to the element with
the scrollbar just like normally they would be tied to the page as a whole.
Check the URL http://capsi.cx/ and thing become more clear ;-), there cannot
possibly be a scrollbar except within the "main" layer, so it should/could be
tied there.
Comment 1•24 years ago
|
||
Sorry for the spam. New QA Contact for Browser General. Thanks for your help
Joseph (good luck with the new job) and welcome aboard Doron Rosenberg
QA Contact: jelwell → doronr
Comment 2•24 years ago
|
||
Seems like a valid enough issue; if there's only one scrollable viewport on the
page, navigational keys should be directed there. reassigning to keyboard
navigation, but cc'ing trudelle (would this be xp toolkit's issue, since you
handle key bindings?)
Assignee: asa → don
Status: UNCONFIRMED → NEW
Component: Browser-General → Keyboard Navigation
Ever confirmed: true
QA Contact: doronr → szhu
Comment 3•24 years ago
|
||
*spam* changing all open or resolved bugs that szhu@netscape.com was the QA
contact for to sairuh@netscape.com. szhu is no longer with netscape, and these
bugs could lie dormant otherwise. sorry for spam.
QA Contact: szhu → sairuh
Comment 5•24 years ago
|
||
adding janc, who might be interested...
Comment 6•24 years ago
|
||
Maybe a related problem!
When a posisioned element (with overflow:scroll CSS property) has focus the
mouse scroll wheel nor the keyboard will allow you to scroll the element, even
if it is the only element on the page that is scrollable!!!!
(Build 20001010901 on Win32).
Updated•24 years ago
|
Assignee: mcafee → vishy
Comment 7•24 years ago
|
||
vishy
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla1.0.1
Updated•18 years ago
|
Assignee: bryner → nobody
Status: ASSIGNED → NEW
QA Contact: bugzilla → keyboard.navigation
Target Milestone: mozilla1.0.1 → ---
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•