Hm... I'm responsible for recent changes to showScroller and showMenu so now I feel a little guilty 😐
I'll take a closer look at your app tomorrow. But I wonder if just chucking a E.stopEventPropagation() in just before showMainMenu() would fix it for you?
Also what firmware did you have on before you installed this one?
Edit: just tried on 2v24.107 (which introduced the updated showScroller/Menu functions) without triggering the scroller/menu bug.
Edit2: can confirm I also get the scroller/menu bug when on 2v24.125.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hm... I'm responsible for recent changes to
showScroller
andshowMenu
so now I feel a little guilty 😐I'll take a closer look at your app tomorrow. But I wonder if just chucking a
E.stopEventPropagation()
in just beforeshowMainMenu()
would fix it for you?Also what firmware did you have on before you installed this one?
Edit: just tried on 2v24.107 (which introduced the updated
showScroller/Menu
functions) without triggering the scroller/menu bug.Edit2: can confirm I also get the scroller/menu bug when on 2v24.125.