|
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
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?
|
- [Dynapi-Dev] resizing Doug Melvin
- Re: [Dynapi-Dev] resizing Doug Melvin
- Re: [Dynapi-Dev] resizing David Cushman
