Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
Qt Creator 2.2.0
-
Mac OS X 10.6 + Qt SDK 1.1.1
Description
When breakpoint in QML is hit, Animations don't stop.
So, after I resume from breakpoints, Animations don't resume where they're stopped.
ex. Please use attached test.qml.
1. Set the breakpoint at line 33 (console.log).
2. Start Debugging.
3. Continue a few seconds later, the lime rectangle doesn't move from stopped place.
It moves to other place.