[Webkit-unassigned] [Bug 78632] New: When two intervals are running some elements don't respond to events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 14 14:25:41 PST 2012


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

           Summary: When two intervals are running some elements don't
                    respond to events
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gman at google.com


Run the attached page.  At the top there are 2 buttons "reset" and one with a count.  
Clicking EITHER button should reset the count to 0. Only the button that's not changing is clickable. The other button does not *usually* respond to events even though it should

3 things are needed to make this happen. You 

1) You must 2 events (2 intervals as seen here though I also ran into the same problem with 1 requestAnimationFrame callback + 1 JavaScriptNode callback from the Audio API
2) You must update the textContent of the button in one of events.

It works fine in Firefox but fails in Safari, WebKit and Chrome

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