Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Javascript
Qooxdoo Reaches a Milestone! (1.0)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Garrett Smith, post: 4995801"] A - this - reference in a static method. I should add that to my list of problems in "coding standards". I can't remember seeing that problem before, so it never crossed my mind. .... That's a bug. Anything without a nodeType is not necessarily the parentWindow. It could be another window, iframe, etc. ]...] [...] That fails in IE 5.5, but probably not that big of a deal. For IE 5.5, you need the document property: node.document. In Safari 2, defaultView is not window. Looks like the function does not accept null/undefined, so would result in error. That is what I was wondering for the contains function. To be fair, the method is documented as accepting:- Node|Document|Window. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Javascript
Qooxdoo Reaches a Milestone! (1.0)
Top