Navigation Bar Item click event when collapsed

0
0

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.

Attachment
  • You must to post comments
0
0

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

  • You must to post comments
0
0

Do you have an idea of when this will be fixed?

  • You must to post comments
0
0

We’ve verified that this is a bug and are working on a fix. -Julie

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.