Hi,
> I added a noevt parameter to stopAnimation and playAnimation in CVS.
Great!
> Have you tried putting this in DragEvent.lyrListener.onmousedown after
> lyr is defined:
> if (is.ie) lyr.doc.body.onselectstart = function() { return false }
> Then in DragEvent.docListener.onmouseup after lyr is defined:
> if (is.ie) lyr.doc.body.onselectstart = null
Yes, that did it.
I found that to get a scrollWindow working 100% properly, it had to be added
to the mouse down/up event of the part beside the knob, in scrollbar.js, so
text didn't start selecting if you missed the knob.
> I believe these lines were in the DragEvent code once before, so there
> may be a problem with it.
>// Robert Rainwater
I tried in NS /IE, couldn't find any problem with it
I submitted the adapted files to sourceforge as a patch, in case someone
knows of any problems.
Cheers,
Richard Bennett
ma...@ri...
www.richardinfo.com
(Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2)
|