-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PopupMenu: 'IsModal' and 'CloseOnNonTargetedTap' options don't work correctly #2040
Comments
The situation of triggering twice with one click also occurred when scene switched between each other. |
Ahh, so it looks like PopupMenu is only consuming |
I just opened #2358 with a potential fix. Please take a look and let me know if something still doesn't work as expected. |
Hi @keveleigh, I made some test with InputManagerTest scene:
|
Overview
'IsModal' and 'CloseOnNonTargetedTap' options of the 'PopupMenu' component don't work correctly
Expected Behavior
The options should work
Actual Behavior
The options don't work correctly in all the situations
Steps to reproduce
InputManagerTest scene
IsModal:
Click the modal Popup button and then click the cylinder on the left
CloseOnNonTargetedTap:
Click the cylinder on the left (only if you remove the option 'CloseOnTargetedTap' the example works correctly).
Unity Editor Version
2017.4.2f2
Mixed Reality Toolkit Release Version
2017.2.1.4
The text was updated successfully, but these errors were encountered: