Open s4711 opened 7 months ago
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)
Hi @s4711,
Could you please confirm whether your request is still valid so we could prioritize it?
Thanks & Regards, Diana
Hi - The requirement is still existing - since we continue to extend our (SAP SportsOne App) more and more to mobile devices. Regards Stephan
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.