traced resizing in ns.
followed it back to setHTML in dynimage,
traced it further back the the onresize call in the dynimage itself.
fixed if by modifiying the onresize for DynImage tot he foloowing:
setTimeout("DynAPI.document.all['"+o.id+"'].setImage(DynAPI.document.all[=
'"+o.id+"'].img,true);",10);
Turns out this is not the root of the problem (altho The specified arror =
is fixed.)
It goes deeper.
Now I get "is is not defined" line 173, events.js.
This is in DynLayer.prototype.invokeEvent()
second line, first reference to is.
ugg.
okay then.
is is not even a dynlayer.
but NS re-establishes it anyways.
My solution: If we are in NS we need to delay ANY events that are =
triggered=20
during NS's resize... THEN we process all the other resize events (amd =
other events) and there should be no errors..
Any insight as to the 'good' way to go about this?
----- Original Message -----=20
From: Doug Melvin=20
To: dyn...@li...=20
Sent: Sunday, February 25, 2001 4:31 PM
Subject: [Dynapi-Dev] resizing
I thought resizing in NS was fixed again?
Is there still a problem with dynimage?
this is so frusterating.
---
Outgoing mail is certified Virus Free by AVG Free Edition
Download at: http://www.grisoft.com/html/us_index.cfm
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01
---
Outgoing mail is certified Virus Free by AVG Free Edition
Download at: http://www.grisoft.com/html/us_index.cfm
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01
|