Bug 78632 - When two intervals are running some elements don't respond to events
Summary: When two intervals are running some elements don't respond to events
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-14 14:25 PST by Gregg Tavares
Modified: 2012-02-15 11:29 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gregg Tavares 2012-02-14 14:25:41 PST
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
Comment 1 Alexey Proskuryakov 2012-02-15 11:29:29 PST
There is no attachment at the moment, could you please add it?