Canvas Elements Sometimes flicker between different elements on the same page
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
People
(Reporter: peter, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0
Steps to reproduce:
Opened a website with multiple canvas elements present. Soundcloud in the example I have attached, but I've seen this with a variety of websites, such as Duolingo etc... Any website that has multiple canvas elements can trigger it.
Actual results:
When a canvas element animates/changes, it flicks between itself and other elements visible on the page
Expected results:
The canvas element should not show anything from other canvas elements on the page
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: Canvas2D' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 months ago
|
||
- Can you copy-paste the content of your browsers about:support
- Does this get fixed if you set "gfx.canvas.accelerated" to false in about:config ?
- If this used to work fine in a previous version of Firefox, would you be willing to do a bisection using the mozregression tool (https://mozilla.github.io/mozregression/) ?
(Apologies for my incomplete comment, I posted it accidentally.)
An additional note from my side:
I don't think it is switching between two elements on the page. Instead, it is flickering between the current image of the canvas, and a previous version of it. On my app, it switches back & forth between the two versions whenever a redraw occurs.
Comment 5•20 days ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:lsalzman, since the bug has recent activity, could you have a look please?
For more information, please visit BugBot documentation.
Updated•15 days ago
|
Description
•