vaadin / vaadin-context-menu

The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
26 stars 10 forks source link

Nested submenu is displayed inside much in its root menu in case it is displayed in the left side of the root menu. And the bug with right aligned. #261

Closed Harry-Ph closed 4 years ago

Harry-Ph commented 4 years ago

Screenshot 2019-12-03 at 17.10.25.png

The photo shows that the nested menu is displayed inside much in the root menu, instead of its right edge (nested submenu) is near(or inside but in a little bit ) the left edge of the root menu.

But with the right aligned for in case the width is small enough the submenu is displayed in the right, there is a bug that submenu is displayed above the root menu. please see the photo above.Screenshot 2019-12-09 at 16.11.13.png

Haprog commented 4 years ago

Looks like this was fixed by #265 but wanted to make it clear (for future reference) since it was a bit hard to check due to the couple of related PRs that were closed as unmerged.