Hi
We are in the process of upgrading from Infragistics 6.3 to 8.2. After the upgrade, all our context menus are suddenly only one or 2 pixels high. Has any of you had a similar experience? Any ideas on what is wrong and how to fix it?
This is one example of a JavaScript command we use to:
igmenu_showMenu(infraClientIDs.uwmMyWorkAreas, event, x , y);
Replying to my own question: our style sheet contained this line
position:absolute;
which caused the problem.