blackberry / Ripple-Framework

A browser-like framework component that hosts the Ripple UI tooling and provides services required for emulation
Apache License 2.0
28 stars 12 forks source link

DOM Elements are interactable while on a breakpoint #65

Open gtanner opened 13 years ago

gtanner commented 13 years ago

Load Ripple and point it to the following app (Ensure it is set to phonegap as the platform): http://rippledemo.tinyhippos.com/phonegap/compass/index.html?enableripple=true

Set a breakpoint on the success handler (line 35 in app.js)

Note that you are still able to interact with the UI controls (heading / lat / long / etc).

When you remove the breakpoint the changes made to the UI controls are not reflected in the application (UNEXPECTED).

I would expect that this would behave like chrome where the UI and controls are locked down and uneditable while debugging

[2103548]