Bugs item #411210, was updated on 2001-03-25 13:14
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=411210&group_id=5757
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Claude Schn�egans (schnee)
Assigned to: Nobody/Anonymous (nobody)
Summary: Recycled layers are dirty
Initial Comment:
There is a problem with Netscape when deleting and creating a layer inside an event
handler.
It looks like the deleted layers is recycled, but doing so will retrigger the event we
were in and
make it triggered twice.
Changing the line 44 in dynLayer.js for
if (recycled && recycled.length>0 && false)
seems to solve the problem, but it deactvated the layer recycling.
May be some cleaning should be done on recycled layers before they are assigned again,
but I could
not figure which one.
----------------------------------------------------------------------
Comment By: Michael Pemberton (mpember)
Date: 2001-03-25 15:29
Message:
Logged In: YES
user_id=172719
I'm not sure about what you were trying to do with the above line of code. It will
always result in not
running the required code. the "&& false" component will force it to always evaluate
to false.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=411210&group_id=5757
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev