I added the following line to events.js

DynLayer.prototype.EventMethod = function(e) {

        .... blah blah blah ....

        evt.bubbleEvent();

        // this is the line here - stops the context menu popping up on a mac
        if (is.mac && is.ns4) return false;

        return evt.browserReturn;
};

I haven't really tested it extensively though, so I'm not sure if there are
any other implications in doing this.


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sean
> Patrick Floyd
> Sent: 22 March 2001 18:22
> To: [EMAIL PROTECTED]
> Subject: RE: [Dynapi-Help] to mac users
>
>
> >i worked out how to do it, and i think i'm happy about that.
>
> OK, how? :-)
>
> Sean
> --
> +----------------------------------------+
> | Sean Patrick Floyd   (the Seanizer)    |
> | [EMAIL PROTECTED]      [EMAIL PROTECTED] |
> | http://singbluesilver.manilasites.com/ |
> | http://seanizer.editthispage.com/      |
> | http://seanizer.de/      ICQ: 58466693 |
> +----------------------------------------+
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to