Hi,
We are working with the Context Menu. The problem we are dealin with is an unwanted 'flash' of content because of a delay between the menu's click event and its deactivate event.
A simplified example can be found here: http://dojo.telerik.com/IpOXI/3
Basically, the deactivate event is not fired until the animation of the menu is complete. We would prefer if there was not such a delay between the events.
What are the best ways of handling this problem?