Acknowledged
CIQQA-3719

Action Menu does not work with touch/mouse in the simulator - app crash

If you use an action menu using the device buttons everything seems to work fine. But if you use touch, i.e. click on the menu itself in the simulator with the mouse, the delegate is called, but the action menu is not popped and stays displayed.

This ultimately results in an app crash when you do use the buttons in an attempt to get off the menu:

selected 1

Error: Unexpected Type Error
Stack: 

Encountered app crash.

Thankfully, it all seems to work correctly on a real device, but means it cannot be tested at all on a touch device like the venu 2 or vivoactive 6.

This is broken in SDK 7.1.0 through to 8.4.0. It last worked in 6.2.4

Parents
  • How can an action menu do anything with a default delegate? You need at least to have an onSelect() to take some action.

    Just because something doesn't make sense or is impractical, doesn't mean it's incorrect.

    I don't expect the sim to crash because I wrote some code that isn't useful.

Comment
  • How can an action menu do anything with a default delegate? You need at least to have an onSelect() to take some action.

    Just because something doesn't make sense or is impractical, doesn't mean it's incorrect.

    I don't expect the sim to crash because I wrote some code that isn't useful.

Children
No Data