Hi,

I have created my own popup menu, which I want to display in
RichTextArea,
and it is appearing with right mouse click. my problem is that
default
broswer's context menu does also appear along with my menu. is there
any
resolution for this?
I have seen lots of examples and code but all of them were disabling
broswer's default menu that shows View Source and other options, I do
not
want to disable it, rather my point is to disable the context menu
which
appears in text fields or rich text areas.

i tried with different options as specified in the forums:
event.preventDefault();
event.stopPropagation();

I would be grateful, is there anyone help me out....


Thanks & regards,
Shruti

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to