You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User/password (if required and possible - do not post any confidential information here):
n/a
Steps to reproduce the problem:
open the menu
in order to close the menu it is necessary to klick outside the menu
a klick outside the menu (attachment: klick e.g. on a list item to the left)
What is the expected result?
menu closes ('focus lost' klick event is not propagated)
What happens instead?
menu closes and the event bubbles and raises a click event (e.g. on the list item ... which leads to a navigation to a detail screen)
ISSUE is that the user just wants to close the menu - but unintentionally executes the 'next' action
Any other information? (attach screenshot if possible)
On a phone the menu will render as a 'Action' sheet on the bottom of the screen - the rest of the screen is not active and the sheet only can be closed explicitly with the close button (fine). But e.g. on a tablet the menu shows the above behaviour - and a tablet has limited space (compared to desktop) - Now in our application the screen contains lots of clickareas and limited 'empty' space - so the user 'just' wants to close the menu - but in addition to the 'menu close' the klick leads e.g. to a screen navigation.
The text was updated successfully, but these errors were encountered:
Hello @s4711 ,
Thank you for sharing your enhancement proposal. I've created an internal incident DINC0136369. The status of the issue will be updated here in GitHub.
Regards,
Petya Markova.
(UI5 Dispatcher)
OpenUI5 version:
1.122 (3 versions)
Browser/version (+device/version):
safari on ipad (issue is related especially to a tablet device)
Any other tested browsers/devices(OK/FAIL):
URL (minimal example if possible):
https://sapui5.hana.ondemand.com/#/entity/sap.m.Menu
User/password (if required and possible - do not post any confidential information here):
n/a
Steps to reproduce the problem:
What is the expected result?
menu closes ('focus lost' klick event is not propagated)
What happens instead?
menu closes and the event bubbles and raises a click event (e.g. on the list item ... which leads to a navigation to a detail screen)
ISSUE is that the user just wants to close the menu - but unintentionally executes the 'next' action
Any other information? (attach screenshot if possible)
On a phone the menu will render as a 'Action' sheet on the bottom of the screen - the rest of the screen is not active and the sheet only can be closed explicitly with the close button (fine). But e.g. on a tablet the menu shows the above behaviour - and a tablet has limited space (compared to desktop) - Now in our application the screen contains lots of clickareas and limited 'empty' space - so the user 'just' wants to close the menu - but in addition to the 'menu close' the klick leads e.g. to a screen navigation.
The text was updated successfully, but these errors were encountered: