[Webkit-unassigned] [Bug 8131] Some properties and methods of window and document objects cannot be converted to a string

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Apr 2 01:08:38 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8131


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at nypop.com
             Status|UNCONFIRMED                 |NEW
          Component|JavaScript                  |HTML DOM
     Ever Confirmed|0                           |1
            Summary|Properties and methods of   |Some properties and methods
                   |window, document and event  |of window and document
                   |objects are not listable,   |objects cannot be converted
                   |accessible                  |to a string




------- Comment #1 from ap at nypop.com  2006-04-02 01:08 PDT -------
Some of the properties here cannot be explicitly converted to a string:
alert(window['CSSRule']); // OK, [object CSSRuleConstructor]
alert(window['CSSRule']+""); // exception, "TypeError: No default value". OK in
Firefox.

Interestingly, these problematic properties are just not listed in Firefox -
not sure why.

Event object is dumped correctly in current WebKit builds, available at
<http://nightly.webkit.org>. The troublesome property was event.view.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list