I'm getting error messages like:

Error in file .../event/mouse.js
line number 128

Message: missing ] after element list.

No crashes so far.  I'll keep checking.

Scott

> -----Original Message-----
> From: Richard Bennett [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 10, 2001 6:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Help] TreeSpeed example widget kills NN 4.7
> 
> 
> Can you crash the browser with any of the standard examples?
> http://www.resass.f2s.com/dynapi/examples/
> 
> If not it's a case of commenting out the onmousedown/up events in the
> treeview code,
> and adding bit's back until it crashes. I don't have Linux 
> yet, so I can't
> really do much.
> NS can often be saved by delaying the next bit of code 1ms or 
> so, with a
> setTimeout,
> so maybe where it calls this.repaint(), you could try
> setTimeout(this.toString()+'.repaint',10)
> (not quite sure of the syntax)
> 
> Richard
> 
> 

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

Reply via email to