I want my NativePreviewHandler to intercept oncontextmenu events. Is that possible?
Details on what I'm doing: I've got a page with a bunch of hyperlinks on it. If the hyperlink is of a certain form (...author/AUTHOR_ID), then when the user shift- clicks on the link my NativePreviewHandler calls event.preventDefault () and pops up an editing dialog box instead of letting the browser do it's thing. I want to do something similar when the user control-clicks the links, but it looks like Event.ONCONTEXTMENU events are never passed to my NativePreviewHandler in hosted mode. In Firefox, they ARE passed, but I can't seem to prevent Firefox from popping up it's context menu. --~--~---------~--~----~------------~-------~--~----~ 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-Toolkit@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 -~----------~----~----~----~------~----~------~--~---