NEW 18314
iframe scroll event not firing
https://bugs.webkit.org/show_bug.cgi?id=18314
Summary iframe scroll event not firing
Michael Davidson
Reported 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.
Attachments
Alexey Proskuryakov
Comment 1 2008-04-04 15:54:55 PDT
This works for me after moving addHandler calls to onload.
Note You need to log in before you can comment on or make changes to this bug.