Bugs item #454540, was opened at 2001-08-23 04:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=454540&group_id=5757

Category: DynAPI 2 Browser-Specific
Group: Verified
Status: Open
Resolution: None
Priority: 5
Submitted By: Bernard Squale (bsquale)
Assigned to: Nobody/Anonymous (nobody)
Summary: getWidth() / Height() problems with NS6

Initial Comment:
...
DynAPI.onLoad = function() {
 label1 = new Label('Some text')
 DynAPI.document.addChild(label1)
 // returns a value with IE/NS - Win32
 alert(label1.getWidth()) 
        
 label2 = new Label('Some text')
 d = new DynLayer()
 d.addChild(label2)
 DynAPI.document.addChild(d)
 // returns a value with NS4 / IE -  Win32
 //but 'null' with NS 6.1 - Win32, DyAPI 2.54
 alert(label2.getWidth())
}

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=454540&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to