Closed
Bug 144868
Opened 23 years ago
Closed 20 years ago
RFE: Reflect mouse wheel scroll events into DOM events
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
People
(Reporter: saari, Assigned: saari)
References
Details
Attachments
(1 file)
1.03 KB,
text/html
|
Details |
A particular embeddor has requested that we reflect mouse wheel scroll events
into the DOM so the embedding application can track and respond to mouse wheel
events occuring within a Gecko window.
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
This is a bookmarklet that shows the page number.
It only changes the page number when the dom
event scroll is fired.
Click the link. A box at the top
right will appear with the page number.
Scroll the page with the mouse wheel
and the page number will not change.
Scroll the page by using the scroll
bar and it changes.
The page contains an iframe with a height of
10000 to
provide sufficient
space, since the function uses
window.innerHeight to calculate
the number of pages.
Comment 3•20 years ago
|
||
http://www.gtalbot.org/BugzillaSection/Bug189308_ScrollEvent.html
and attachment 162480 [details] work as expected now.
Seamonkey 1.0a rv:1.9a1 build 2005082205 under XP Pro SP2 here.
Resolving as FIXED due to patches in bug 189308
Adding keyword verifyme
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
•