Mac people test !

I'll add it to the cvs tonight or this weekend.

Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com 

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Michael Buerge
> Verzonden: vrijdag 16 februari 2001 15:30
> Aan: [EMAIL PROTECTED]
> Onderwerp: [Dynapi-Dev] mousedown in ns4 /mac
> 
> 
> something from the mac front:
> 
> the mousedown-event couldn't be used in ns4  on the mac, 
> because when the
> mouse is held down,  ns4 shows the context-menu.
> by canceling the browserevent this can be supressed.
> the following line in DynLayer.prototype.EventMethod does that:
> 
>    // prevents ns4 on the mac from displaying the 
> context-menu when holding
> the mouse pressed
>    if (is.ns4 && (e.type=="mousedown") && is.platform == 'mac')
> evt.cancelBrowserEvent();
> 
> please test this!
> this should make it into CVS, as it fixes an important 
> mac-bug. (if it works
> as expected in all situations, of course)
> 
> --
> Michael Buerge 
> 
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
> 


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

Reply via email to