[Webkit-unassigned] [Bug 32513] New: Nightlies: auto generated global variables (from css ids) can shadow local variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 06:36:29 PST 2009


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

           Summary: Nightlies: auto generated global variables (from css
                    ids) can shadow local variables
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: spamfaenger at gmx.de


To reproduce launch the attached reduction, stop at the breakpoint and type
'foo' in the console. That will return the div dom element. (I don't like that
behaviour, but well)

Now step over the assignment and output 'foo' again.

Instead of the local variable, the dom node is output again which is definitely
a bug as the local variable should have precedence in the debugger js shell.

-- 
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