vaadin / web-components

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
https://vaadin.com/docs/latest/components
454 stars 83 forks source link

[menu-bar] Usage of additional menu items on mobile not possible #3274

Open knoobie opened 2 years ago

knoobie commented 2 years ago

Description

Using the example (https://vaadin.com/docs/latest/example?embed=menu-bar-overflow-wc.js&import=component/menubar/menu-bar-overflow.ts) on mobile (iPhone 12 Pro / iOS 15) it's not possible to interact with the sub-menu / menu items behind (...).

If I move the splitter around it works. In the "default" state the following is shown:

Initial state: 7A7E242B-269A-4F09-B147-BEA0FCD170C0

Click on (...): ABC70428-7195-4162-AC91-48445C20C8B4

Steps to reproduce

knoobie commented 2 years ago

It could be related to the demo in some way. After the fix #3312 I've checked with my own application and phone. My application doesn't suffer from this - the menu bar shrinks and I can interact with the sub menu.