Bugs item #409029, was updated on 2001-03-15 20:23
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=409029&group_id=5757

Category: Browser-Specific Issue
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Note* Netscape 6-Incorectly handles null

Initial Comment:
This does not directly concern bugs in DynAPI, but may 
be useful for debuging.

The following is sample code, it will explain the 
problem better than I could in words.

function MyObject (name,TOP,LEFT){

// TOP and LEFT have not been assigned values
// they equal 'null' or 'undefined'
// ex. obj = new MyObject('name')
}

View the following tests.

    Test                     Result

Netscape 6

TOP == null                    False
LEFT == null                   False

Netscape X
Internet Explorer X

TOP == null                    True
LEFT == null                   True

I have not had time to figure out why this is or if it 
applies to all instances, but I thought it would be 
good to know.

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

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

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

Reply via email to