From: Pascal <pb...@oi...> - 2001-02-16 14:32:10
|
Mac people test ! I'll add it to the cvs tonight or this weekend. Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Michael Buerge > Verzonden: vrijdag 16 februari 2001 15:30 > Aan: dyn...@li... > 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 > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
From: Michael E. <Mic...@il...> - 2001-02-16 18:34:52
|
I have a test team coming in Sunday/Monday for one of our projects... if it's in the CVS by then I'll include it in our tests. Mike Ellis -----Original Message----- From: Pascal [mailto:pb...@oi...] Sent: Friday, February 16, 2001 07:33 To: dyn...@li... Subject: RE: [Dynapi-Dev] mousedown in ns4 /mac Mac people test ! I'll add it to the cvs tonight or this weekend. Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Michael Buerge > Verzonden: vrijdag 16 februari 2001 15:30 > Aan: dyn...@li... > 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 > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
From: Pascal B. <pa...@dy...> - 2001-02-16 19:12:25
|
it's in cvs Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Michael Ellis > Verzonden: vrijdag 16 februari 2001 19:33 > Aan: 'dyn...@li...' > Onderwerp: RE: [Dynapi-Dev] mousedown in ns4 /mac > > > I have a test team coming in Sunday/Monday for one of our projects... if > it's in the CVS by then I'll include it in our tests. > > Mike Ellis > > -----Original Message----- > From: Pascal [mailto:pb...@oi...] > Sent: Friday, February 16, 2001 07:33 > To: dyn...@li... > Subject: RE: [Dynapi-Dev] mousedown in ns4 /mac > > > Mac people test ! > > I'll add it to the cvs tonight or this weekend. > > Pascal Bestebroer (pb...@oi...) > Software ontwikkelaar > Oberon Informatiesystemen b.v. > http://www.oibv.com > > > -----Oorspronkelijk bericht----- > > Van: dyn...@li... > > [mailto:dyn...@li...]Namens Michael Buerge > > Verzonden: vrijdag 16 februari 2001 15:30 > > Aan: dyn...@li... > > 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 > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |