On Mon, Sep 15, 2008 at 4:34 PM, nwhite <[EMAIL PROTECTED]> wrote: > If I use the W3C event model and use 'addEventListener' on 'click' and > attach it to 'document' I can look at the the event object and look at > the button value and know weather it was a left or right click. If I > use the same method but attach it to a dom element besides the > 'document' the event never fires on right click. Can anyone explain > why this is.
Looks like something else is already intercepting it, or not letting it bubble... Try to reproduce the same code/event on a script that only has that relevant part and check if it fires well or not... maybe... just my 2cents ;-)
