feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Editor is reopened after it was closed while animation is running #73

Closed gagnonlg closed 11 years ago

gagnonlg commented 11 years ago

-> animating some code in an editor (only tried moderate speed) -> close this editor before the final step is reached -> the editor reopens and code execution continues -> pop-up from previous editor is duplicated -> impossible to use control buttons

(on Chromium 23.0.1271.64)

dufour commented 11 years ago

The editor reopening is part of the normal behaviour, since we need it to show the popups. However, the rest of the reported behaviour was clearly buggy. This is fixed as of c99e739a0e (also see #64 for more information).