Actually the problem still exists.  The problem occurs on line 143 of
dragevent.js
        (*) var doc=this.getSrcParent(f);
            doc.addEventListener(DragEvent.docListener);

enableDragEvents is called twice for some reason and the first time it
cannot find the doc.  In this case doc equals false so
doc.addEventListener is undefined.  I'm not sure what has changed to
cause this though.  Any ideas?

Robert Rainwater      mailto:[EMAIL PROTECTED]    


Wednesday, August 15, 2001, 10:15:25 PM, you wrote:

> download the latest snapshot.
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 15, 2001 4:11 PM
> Subject: [Dynapi-Dev] [ dynapi-Bugs-451380 ] scrollpanel broken in 2.45-RC


>> Bugs item #451380, was opened at 2001-08-15 16:11
>> You can respond by visiting:
>>
> http://sourceforge.net/tracker/?func=detail&atid=105757&aid=451380&group_id=
> 5757
>>
>> Category: None
>> Group: None
>> Status: Open
>> Resolution: None
>> Priority: 5
>> Submitted By: Stéphane Jourdois (kwi)
>> Assigned to: Nobody/Anonymous (nobody)
>> Summary: scrollpanel broken in 2.45-RC
>>
>> Initial Comment:
>> dynapi/examples/dynapi.gui.scrollpane.html doesn't work
>> now in NS 4.77/linux, Mozilla 0.9/linux and
>> NS6.1/linux.
>>
>> The problem reported by my navigators is :
>> doc.addEventListener is not a function in
>> lib/dynapi/event/dragevent.js line 144
>>
>>
>> ----------------------------------------------------------------------
>>
>> You can respond by visiting:
>>
> http://sourceforge.net/tracker/?func=detail&atid=105757&aid=451380&group_id=
> 5757
>>
>> _______________________________________________
>> 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


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

Reply via email to