Mrkebubun / o3d

Automatically exported from code.google.com/p/o3d
0 stars 0 forks source link

JavaScript alert() causes busy loop in Chrome on Windows #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Remove the call to o3djs.util.setMainEngine(o3djs.util.Engine.V8) from 
beachdemo.js
2. Add a JavaScript alert() call somewhere in beachdemo.js (for example, in the 
mouse event 
handler)
3. Load beachdemo.html in Chrome on Windows and provoke the alert

Expected:
Alert is dismissed.

Actual:
Browser locks up consuming 100% CPU.

Original issue reported on code.google.com by k...@google.com on 7 Jul 2009 at 12:11

GoogleCodeExporter commented 9 years ago
Fixed in http://codereview.chromium.org/155119

Original comment by k...@google.com on 7 Jul 2009 at 12:43