[Webkit-unassigned] [Bug 38053] New: scroll event never fired on Webkit on iPhone OS 4 beta 2 with webkit AppleWebkit/532.9

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 23 11:36:45 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38053

           Summary: scroll event never fired on Webkit on iPhone OS 4 beta
                    2 with webkit AppleWebkit/532.9
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sven.haiges at gmail.com


Overview: 

It seems the window scroll Event never gets fired on iPhone OS 4 beta 2 (it
works on beta 1) and the webkit that is installed on this OS by default. I have
provided a very simple testcase that demonstrates this.


Steps to Reproduce: 

<html>
    <body onload="window.addEventListener('scroll',
function(){alert('scroll');}, false);">
        I love webkit but need a scroll event, please!
    </body>
</html>

This simple html page with alert with each scroll on iPhone OS 4 beta 1, but it
will stop working on beta2. It also works on older versions of iPhone OS and
their webkit based browsers. It must have been introduced just recently.


Actual Results: 

On iPhone OS 4 beta2, showing a apple webkit version of 532.9, scrolling the
page results in no alert dialog being shown. 

Expected Results: 

One should see an alert box which says 'scroll'.

Build Date & Platform: 

WebKit/Safari part of iPhone OS 4 beta 2. Please note this used to work on
beta1 and former versions.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list