I have a Div and a table in it. The table contain rows which has onmouseover and onmouseout. Onmouseover I have code to popup which shows large text like a tolltip.
When I click on the row the context menu shows up and hides immediately.
Does the problem happen only when you have onmouseover on those elements? Does the context menu work fine when you don't include the onmouseover handlers?
I will try to work around this and will let you know.