Open
Bug 1394447
Opened 8 years ago
Updated 2 years ago
Throttling `requestAnimationFrame` in background tab breaks pages that use it for scheduling
Categories
(Core :: Layout, enhancement, P3)
Core
Layout
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | affected |
People
(Reporter: padenot, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
477 bytes,
text/html
|
Details |
We need to treat the page as in the background if it's playing audio. This bug breaks all pages that use web audio, do some kind of visualization, and schedule the web audio code using `requestAnimationFrame`.
| Reporter | ||
Updated•8 years ago
|
Attachment #8901862 -
Attachment mime type: text/plain → text/html
| Reporter | ||
Comment 1•8 years ago
|
||
Chrome simply does not call `requestAnimationFrame`, so it outputs silence here (in this very example).
Comment 2•8 years ago
|
||
In other words, Chrome has the behavior we would have if we fixed bug 1352205. Which we should probably do.
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•