-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting themeNames causes SubMenu to fail once #6577
Comments
I tried again. The problem is not related to navigation. Running removeThemeNames on menu items is enough to cause SubMenu to fail to open once. |
Hi @mijutu, Could you provide a snippet or perhaps a GH repro with the reproducible code? We would rather not download compressed files. Thank you in advance. |
Don't you people have disposable virtual machines? Or disposable virtual machines in some cloud setup so scary tars wouldn't even come close to your infrastructure?
|
The underlying problem is most likely the same as in #6580 which will be fixed by vaadin/web-components#7702. |
Confirmed that this issue is a regression caused by vaadin/web-components#7524 |
Description of the bug
Opening SubMenu fails once if the menu has been opened before and its theme names have been altered.
Expected behavior
SubMenu should open normally every time.
Minimal reproducible example
https://k2c42.dy.fi/tmp/submenu-autoclose-problem.tar.xz
Run with mvn and go to http://localhost:8080/
Versions
(Edited: More accurate description, even more minimal example)
The text was updated successfully, but these errors were encountered: