I have 4 UltraWebMenu's defined within an WebControl whose primary function is to display a WebTree. Upon a right click on a Node of the Tree, one of the 4 menu's is shown as a popup using igmenu_showMenu. However, only the last item in the Menu is Active, meaning it changes style when hovered over and/or the Hover event fires based upon hovering. Clicking on other Menu Items does nothing!
I know that the items are enabled, as some of them are disabled and show in a different style.
All this logic has been around for awhile and is just now failing with 8.3 (CLR 2) testing with IE6. Unfortunately when I separate this logic from my app it works fine, so I realize it must be related to something I'm doing wrong.
Any suggestions of what could be causing this behavior???
I have managed to isolate this behavior in a small example and am posting the zip of the project.
Interestingingly, if I remove the UltraWebToolbar from the Default form NO items are selectable in the WebTree!
I am going to submit a support request, but thought I'd post my example here in case anyone has suggestions.
This miraculously fixed itself with the installation of the 12/19/08 patch, Version 8.3.20083.2021.
Too bad I wasted so much time before I decided to install the patch to fix another problem!