Describe the problem
When using a Menu component with a flyOut submenu, clicking on a group, crashes the app.
How do you reproduce the problem?
- Navigate through the menu elements using the keyboard
- With the keyboard focus in one element, click in a
flyOut group
- Notice how the application crashes with the following error message:
Uncaught TypeError: can't access property "children", flyoutMenu2.getElementsByTagName(...)[0] is undefined
Reproducer: https://stackblitz.com/edit/vitejs-vite-nu1psm6y
Expected behavior
Clicking on any element of the menu shouldn't break the app.
Is this issue blocking you?
Unfortunately, yes, as we have a suggestion feature in Kaoto that uses this menu.
Screenshots
What is your environment?
- OS: Fedora
- Browser Firefox
- Version 143
What is your product and what release date are you targeting?
Kaoto and we're in the middle of the release process at the moment.
Any other information?
Describe the problem
When using a
Menucomponent with aflyOutsubmenu, clicking on a group, crashes the app.How do you reproduce the problem?
flyOutgroupReproducer: https://stackblitz.com/edit/vitejs-vite-nu1psm6y
Expected behavior
Clicking on any element of the menu shouldn't break the app.
Is this issue blocking you?
Unfortunately, yes, as we have a suggestion feature in Kaoto that uses this menu.
Screenshots
What is your environment?
What is your product and what release date are you targeting?
Kaoto and we're in the middle of the release process at the moment.
Any other information?