Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv20395/src/lib/dynapi/api
Modified Files:
dynlayer.js
Log Message:
Pushpanel should work now. There was a small bug in label.js. Still NS6 is driving me
nuts.
Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** dynlayer.js 2001/03/27 15:34:26 1.38
--- dynlayer.js 2001/03/28 10:21:00 1.39
***************
*** 356,362 ****
}
else {
this.elm.style.width = "auto";
var w = this.elm.offsetWidth;
! this.elm.style.width = this.w;
return w;
}
--- 356,363 ----
}
else {
+ var tw = this.elm.style.width
this.elm.style.width = "auto";
var w = this.elm.offsetWidth;
! this.elm.style.width = tw;
return w;
}
***************
*** 372,378 ****
}
else {
this.elm.style.height = "auto";
var h = this.elm.offsetHeight;
! this.elm.style.height = this.h;
return h;
}
--- 373,380 ----
}
else {
+ var th = this.elm.style.height
this.elm.style.height = "auto";
var h = this.elm.offsetHeight;
! this.elm.style.height = th;
return h;
}
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs