carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

ContextMenu parent menu closes when submenu opens #1848

Open maisonsmd opened 12 months ago

maisonsmd commented 12 months ago

Related to #1847

Test link

image image

On desktop, sub-menus can be opened by hovering on the parent menu, but on mobile, hovering is not possible, users are required to click on the parent menu to access the submenu, but currently whenever I click on a parent menu item, the whole menu closes (and the submenu opens at some weird location, described in #1847).

I expect the menu to persist until I click outside or click on an option that doesn't have a submenu.