Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 30
|
Has there been any issues found with the context menu on IE 8 or Windows 7? Everything with my context menu has worked until we recently got new PCs. Currently I am having an issue where the browser context window is showing over the EO context menu. I have tried some javascript to try to fix this with no success. IE e.preventDefault(); The contextmenu is tied to Treeview Nodes. Any ideas?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Check the return value of the function in which you call eo_ShowContextMenu. If that is a DOM oncontextmenu handler, then you must return false. If that is a TreeView's ClientSideOnContextMenu handler, then you must return true.
If you still have problems, try to compare your code with our sample code and see if you can find out the difference. The sample code should work fine for you.
Thanks!
|