Is there a bug with latest SDK simulator and menus?

Hi,

I've come across the following, can anybody else verify this? It looks like a bug to me, but in case it's my code... I want to see if anybody else sees the same thing.

STEPS TO REPLICATE:

1. Compile an app with a Toybox.WatchUi.Menu for Venu 2s using the latest SDK (4.1.1).

2. Open the menu eg: something like:

   function onMenu() {
	  WatchUi.pushView(new Rez.Menus.MainMenu(), new ACHMenuDelegate(), WatchUi.SLIDE_DOWN);
	  return true;
    }

3. Try to select the second item in the menu by touching the screen and swiping...

EXPECTED RESULTS:

The second menu item should come into focus...

ACTUAL RESULTS:

An anonymous error as per the below...

Error: Symbol Not Found Error
Details: Failed invoking <symbol>
Stack: 

ADDITIONAL

If I use the keyboard (up / down arrows etc) to move the menu, I can use all menu items by clicking on the screen without any error.