Open
Bug 852377
Opened 12 years ago
Updated 2 years ago
Glitchy rendering with multiple canvas elements
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: evanw, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
I'm working on a tiled rendering app similar to Google Maps. The tiles are rendered using multiple absolutely-positioned canvas elements. Every now and then when updating multiple canvas elements, some of them fail to update and/or leave holes. This happens both in Firefox 19 and Firefox Nightly but not in WebKit browsers or in IE.
I've made a test case that pretty reliably reproduces the issue on OS X (10.8.3). To trigger the bug, open the attached page and move the mouse around. The issue should appear within a few seconds. The test page makes a lot of canvas elements because that increases the chance of the bug occurring, but this is not the cause of the bug. The issue occurred in my app with far fewer canvas elements, it just wasn't as reliable to reproduce.
Reporter | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Attachment #726459 -
Attachment mime type: text/plain → text/html
Updated•12 years ago
|
Component: General → Untriaged
Comment 2•12 years ago
|
||
Seems to work for me on windows7 with Firefox19 and Firefox trunk
Updated•12 years ago
|
Component: Untriaged → Canvas: 2D
Keywords: testcase
Product: Firefox → Core
Version: unspecified → Trunk
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•