[Webkit-unassigned] [Bug 17977] New: Regression: Safari/WebKit initializes variables to dom elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 20 19:22:37 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17977

           Summary: Regression: Safari/WebKit initializes variables to dom
                    elements
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: denboer at mac.com


I have in my html a variable named foo.
In my html, I have a div element named foo.
In javascript, I check to see if variable foo is undefined, and if so, I take
action.
Expected result : action in javascript executes for foo.
Actual result : foo gets defined to the div element foo automatically.


-- 
Configure bugmail: http://bugs.webkit.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