Open
Bug 1364013
Opened 8 years ago
Updated 3 years ago
<canvas>-Element gets corrupted on Firefox Android
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: shi.digitalnomad, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Android 4.4.2; Tablet; rv:53.0) Gecko/53.0 Firefox/53.0
Build ID: 20170504210220
Steps to reproduce:
While trying out the <canvas>Element I saw the same issue I have on other websites.
I use Firefox Android on an ASUS Tablet to look at the website.
Actual results:
The canvas-Element shows corrupted images.
On other websites it does flicker, I guess when animations are used. Sometimes the flickering becomes so bad, I can not use this website at all. Sometimes it stops after reload, but not always.
Expected results:
The canvas Element should have been drawn.
Comment 1•8 years ago
|
||
Do you have a test case that reproduces this problem?
Flags: needinfo?(shi.digitalnomad)
| Reporter | ||
Comment 2•8 years ago
|
||
Thank you for looking into this Jeff!
How to make a test case, I am not sure about this?
While just using the <canvas>Element in HTML and drawing something on it with Javascript, it happens.
I use Firefox Android on an ASUS Tablet to look at the website.
I can too, go to certain websites, like www.marinetraffic.com and the site is allways unusable because of the corruption. When I think about it, it is often when there are some overlays on maps. It's not the maps themselves, but the overlaying information that gets corrupted.
It's on Google Maps, too. I just checked, here it seems to be too the canvas-element.
I can recreate it by going there, creating a new own GoogleMaps and drawing lines on the map. The area I draw something on gets corrupted. Guess they use the canvas-element there to draw on.
Hope this helps. If you need more specific information or if I can help with anything else, please let me know.
Shi
Flags: needinfo?(shi.digitalnomad)
Comment 3•8 years ago
|
||
Which specific tablet? The model number from the Android settings > about this device is best.
| Reporter | ||
Comment 4•8 years ago
|
||
K00C
| Reporter | ||
Comment 5•8 years ago
|
||
Here you can see this happen on Mozilla Canvas Site on MDN with the complete code for the canvas-Element above the element itself.
| Reporter | ||
Updated•8 years ago
|
Attachment #8886849 -
Attachment description: Screenshot_2017-07-16-14-14-44.jpg → Screenshot with code for canvas that makes the corruption on MDN.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•