I have a navigation bar that has three levels. Both the sub-levels have MouseClick event handlers for specific items and the event handlers are added dynamically when the items are created. The behavior works as intended when the menu is not collapsed however, no event is fired when the menu is collapsed and the items are clicked. I’ve tried using the ItemClick event instead but this did not fire when the menu is collapsed either. Is this a bug or is there a different event fired when the menu is collapsed and the items are clicked?
Attached is a snipped of a skeletonized version of the function that creates the menu.
Hi Kieran,
This issue was indeed fixed in version 3.2.3 of the extension.
When a NavigationBar is collapsed, only the ItemClick event would work, and if it’s not, both the ItemClick and MouseClick events will work.
Can you please give it a try?
Best,
Alaa
Do you have an idea of when this will be fixed?
We’ve verified that this is a bug and are working on a fix. -Julie
Please login first to submit.