feeley / codeboot

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

The dropdown menu of the play-animate button behaves strangely #38

Closed feeley closed 11 years ago

feeley commented 11 years ago

When it is clicked (for a few seconds), and then dragged, the items in the list are not highlighted. The mouse click must be ended for the highlighting to appear, and the the menu item has to be clicked. This is strange.

Also, the time before the animation menu appears is too long. It is about 1 second but should be about 1/3 to 1/2 second (which is less than a normal single click).

Also, on Chrome, a filename appears at the bottom of the window when the mouse is hovering the menu.

dufour commented 11 years ago

Closing, as the master branch (037da94600) now uses individual buttons for the animation speed rather than a dropdown menu.