Hello,
We are using UltraWebMenu for a main menu. When I place a mousecursor on an item in the menu the item changes style. If the item is not selected and mouse cursor leaves then the menu changes the style back (basically the item is selected when cursor is on it and changes back to unselected state when mouse leaves).
This works smoothly untill the user tries open more tabs from the menu and during the load process of the tab places the cursor over more items in the menu. Then the style of the items is being selected even though the cursor left the item.
As you can see on the picture the credits and client profiles are selected even though only one item should be selected (lets say its credits). So this errors occurs when user opens credits and when the item is loaded he places cursor over client profile. Then the style state of both items is selected.
Thank you for your help
Ok, so I took an approach not to draw animations of the menus while some parts were being loaded, that solved it smoothly.
how did you prevent the animations and how did you tell when everything was loaded?