Hi,
I’m creating a dynamic jqxNavigationBar. An event is trigger the system that adds or removes the tabs, but I have a problem when removing the tabs. I got “Uncaught TypeError: Cannot set property ‘expanded’ of undefined” when I tried to remove tabs randomly, but it is working when I’m removing in the reverse order of my add list.
I thought the problem was changing the order when removing and expanding at the same time. Is there any solution or workaround for this problem? (or bugfix 🙂
Best.
A.