[Webkit-unassigned] [Bug 120331] New: Properties of the window object should not be read-only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 16:18:55 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120331

           Summary: Properties of the window object should not be
                    read-only
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


DOM elements accessible as properties of the window object are reported as read-only, non-configurable.  This is problematic because it implies that any attempt to write a property with a matching name to the window object should fail.  In Chrome these properties are reflected as writable, configurable, and on FireFox these properties are not visible via getOwnPropertyDescriptor.  For now follow Chrome, since this is closer to our current behavior & implementation, but in time we may want to change this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list