[Webkit-unassigned] [Bug 17359] New: iPod/iPhone freezes on onorientationchange event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 02:32:02 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17359

           Summary: iPod/iPhone freezes on onorientationchange event
           Product: WebKit
           Version: 312.x
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lon at q42.nl


Hi,

sorry for the bad tags above...
I'm working on a new iPod (bought feb 12 2008), don't know what Safari version
is on there, don't know where to look.

My bug report is as follows:
put a JS line in your page saying: window.onorientationchange = alert;
load that page on your iPod (and I guess iPhone as well) and change orientation
a few times without dismissing the alert: Safari/iPod freezes!

I made a test page, code pasted here:

<html>
  <head>
    <title>onorientationchange bug</title>
    <script type="application/x-javascript">
      window.onorientationchange = alert;
    </script>
  </head>
  <body>
    preparation: change the orientation of this page a few times without
dismissing the alert box<br/>
    result: my iPod hangs<br/>
    workaround: press the home button, then press the on/off switch twice
  </body>
</html>


I hope this helps make Safari even better!

groetjes Lon


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



More information about the webkit-unassigned mailing list