Bug 18314 - iframe scroll event not firing
Summary: iframe scroll event not firing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.bantha.org/~mdavids/webkit...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 14:34 PDT by Michael Davidson
Modified: 2008-04-14 11:08 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Davidson 2008-04-04 14:34:23 PDT
1) Go to http://www.bantha.org/~mdavids/webkit/framescroll.html
2) Scroll the iframe

Expected result: You see a bunch of "scroll event win" go down the page

Actual result: nothing

The expected result happens in FF 2.0.0.12 as well as 3.0b4. I get the same results for Safari3.1 Mac and Windows, as well as a nightly Mac build. As the page source reveals, I can't come up with a workaround.
Comment 1 Alexey Proskuryakov 2008-04-04 15:54:55 PDT
This works for me after moving addHandler calls to onload.