[Webkit-unassigned] [Bug 67732] New: Web Inspector: Bug with console.log and popstate/hashchange events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 14:12:01 PDT 2011


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

           Summary: Web Inspector: Bug with console.log and
                    popstate/hashchange events
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsbin.com/owuyel
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: History
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zachleatherman at gmail.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


Created an attachment (id=106634)
 --> (https://bugs.webkit.org/attachment.cgi?id=106634&action=review)
Global i holds the number of times popstate has fired.

If I bind a simple event handler to the popstate event with a console.log, it will execute the console.log multiple times per onpopstate event.  The onpopstate event fires only once, it just triggers console.log multiple times.

Looks like the same for hashchange.

Chrome 14.0.835.157 beta-m

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