Closed
Bug 229291
Opened 22 years ago
Closed 22 years ago
mousewheel doesn't fire onScroll event in iframe containing pages with frameset inside
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 189308
People
(Reporter: ap_kelly, Unassigned)
Details
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031208
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031208
I have a page that contains an iframe, this iframe has a single page (child1)
and in this page there is a frameset that has two pages (child2 and child3) the
iframe itself doesn't have any scrollbars but the child2 and child3 pages do.
I've written some javascript that keeps the vertical position of these 2 pages
the same (child2 & 3) when I use the scroll bars everything works fine, the
onscroll event gets fired and child2 will update child3 position, however when
using the mousewheel to perform the scrolling rather than the scrollbar this
event is not being fired, so only the frame with the mouse over it scrolls, the
other remains still.
This event does get fired when I view my pages in IE6, and the event also gets
fired in Mozilla when using the scrollbars, it just seems to be a problem when
using the mousewheel.
I can submit test pages, but don't know how, this is my first bug raised.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•22 years ago
|
||
| Reporter | ||
Comment 2•22 years ago
|
||
| Reporter | ||
Comment 3•22 years ago
|
||
| Reporter | ||
Comment 4•22 years ago
|
||
| Reporter | ||
Updated•22 years ago
|
Attachment #137891 -
Attachment description: bug in action (page 1/4) → index.html
| Reporter | ||
Updated•22 years ago
|
Attachment #137892 -
Attachment description: bug in action (page 2/4) → child1.html
| Reporter | ||
Updated•22 years ago
|
Attachment #137893 -
Attachment description: bug in action (page 3/4) → child2.html
| Reporter | ||
Updated•22 years ago
|
Attachment #137894 -
Attachment description: bug in action (page 4/4) → child3.html
| Reporter | ||
Updated•22 years ago
|
Summary: mousewheel doesn't fire onScroll event in iframe containing pages whith frameset inside → mousewheel doesn't fire onScroll event in iframe containing pages with frameset inside
dupe of bug 189308
Seen in LInux 2004010607
*** This bug has been marked as a duplicate of 189308 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 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
•