[Webkit-unassigned] [Bug 105827] New: Web Inspector: debugger should step into event handler on event dispatch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 28 04:45:28 PST 2012


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

           Summary: Web Inspector: debugger should step into event handler
                    on event dispatch
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


Created an attachment (id=180863)
 --> (https://bugs.webkit.org/attachment.cgi?id=180863&action=review)
Test case

Upstreaming Chromium bug: http://crbug.com/164010

What steps will reproduce the problem?
1. Load the attached page in chrome
2. Set a breakpoint inside the button click handler
3. Click the button
4. Step into the dispatchEvent call

What is the expected result?
When stepping into the dispatchEvent call, the debugger enters the div's 'foo' event handler.

What happens instead?
The debugger skips over the dispatchEvent call.

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