Categories | Question details Back To List | ||
Context menu displayed much higher in IE6 We are using version 2 of grid professional. In IE6 context menu displayed much higher than the mouse pointer In IE7 / Firefox context menu displayed correctly Can you please advise with this? Thanks in advance. PS: grid placed inside iframe There is a init code: aMenu=new dhtmlXContextMenuObject('100',0,"Actions"); aMenu.menu.setGfxPath("../jscripts/dhtmlxgrid/menu/imgs/"); aMenu.menu.loadXML("grid.php?action=context_menu"); aMenu.setContextMenuHandler(onButtonClick); mygrid = new dhtmlXGridObject('gridbox'); ... mygrid.enableContextMenu(aMenu); mygrid.init(); Answer posted by Support on Dec 29, 2008 17:14 Please contact us directly at support@dhtmlx.com - there is a known issue similar to one in your case , we will provide a hotfix for it. |