Dojo support a lot of context menus, but my application has error with that in IE (everything is ok with FF). The problem is that when I click the right button to show the menu, the menu itself is ok, but all the other things disappeared leaving the background image of the BODY until next click (no matter left or right button).
This problem seems to be related with the CSS of the BODY. The css of BODY is like this:
body {
background: url(../images/bg1024.JPG) no-repeat;
width:1024px;
height:768px;
}
