I have a dynamically created popup menu (using it as a context menu - right click). For the most part it works fine. I have a few popup menus within it (dynamically added), which I can navigate through just fine. But, under certain circumstances, the menu will dissapear, even though the mouse is still over the menu.
If I:
1) Right click (brings up the context menu).
2) Move the mouse over one of the context menu options.
3) Hold the mouse still for a few seconds.
4) Move the mouse onto another menu option (Not a subitem of the current menu item - that will work fine).
5) context menu disappears.
Is there some setting I can use to stop this?
Thanks.
I tried to more accurately reproduce the bug with the help of the video (I created a similar context menu and used it as the context menu for an UltraGrid), but I was still unable to reproduce the issue. From the video, I can see that you would also want to make sure you aren't handling the AfterToolCloseup event of the toolbars manager with any code that might end up closing the context menu. If you are handling that method, remove your code and see if the bug still occurs. If it does, or you are not handling that event, you should submit the issue to the support group.
I have a made a video showing the issue. In this video, please note that I am not clicking on the menu once it appears - it is going away on its own.
You should find it at http://www.mulley-chen.com/ContextMenuIssue.avi
It sounds like a bug, but I was unable to reproduce it here. I would either recommend submitting it to the support group: http://es.infragistics.com/gethelp or if you could post a screenshot of your menu and highlight the first and second menu items hovered over, it might help me accurately recreate the problem. A video would be even better if possible.