Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/gui
In directory usw-pr-cvs1:/tmp/cvs-serv19874
Modified Files:
loadpanel.js
Log Message:
Setting of this.isFrame is now more logical
Index: loadpanel.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/gui/loadpanel.js,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** loadpanel.js 2001/03/28 15:31:21 1.13
--- loadpanel.js 2001/03/29 04:07:53 1.14
***************
*** 14,18 ****
this.autoW=false;
this.isILayer=false;
! (is.ie5 && is.platform=='win32')?this.isIFrame=false:this.isIFrame=true;
var l=new EventListener(this);
l.onresize=function(e) {
--- 14,18 ----
this.autoW=false;
this.isILayer=false;
! this.isIFrame=(!is.ie5 && !is.platform=='win32');
var l=new EventListener(this);
l.onresize=function(e) {
***************
*** 47,51 ****
};
LoadPanel.prototype.useIFrame=function(b) {
! if (is.ie || is.dom) {
this.isIFrame=b;
if (this.created) this.reload();
--- 47,51 ----
};
LoadPanel.prototype.useIFrame=function(b) {
! if (is.def) {
this.isIFrame=b;
if (this.created) this.reload();
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs