Closed
Bug 949995
Opened 12 years ago
Closed 10 years ago
rendering glitches with css transforms and canvas
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: felix.hageloh, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131205075310
Steps to reproduce:
Check out this fiddle: http://jsfiddle.net/3YFJ4/2/
After the images load, click anywhere in the result window to toggle scaling.
(The example is somewhat contrived, but I found all steps to be necessary to reproduce the bug)
Actual results:
During the scale animation, images (i.e. the canvas elements) flicker in and out and often remain invisible when the animation finishes. This depends a bit on the window size. Resizing the window will cause all images to re-appear again.
Expected results:
Images should not become invisible after the animation nor flicker during the animation.
| Reporter | ||
Comment 1•12 years ago
|
||
I created this fiddle to reproduce a rendering glitch that started happening in our app since the upgrade to version 23 or 24. Unfortunately, I wasn't able to reproduce it 100% but found a similar glitch, which might be related (which is the one reported here).
In the original issue, images don't disappear completely. Instead, tiled regions of the image appear to be overlaid with white (or become transparent over a white background - hard to say which)
Updated•11 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 2•11 years ago
|
||
Testcase seemed to look okay for me when I tried to reproduce.
Keywords: regressionwindow-wanted
| Reporter | ||
Comment 3•11 years ago
|
||
It seems to be fixed in version 29 and potentially earlier. I am not able to reproduce it anymore either.
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Keywords: regressionwindow-wanted
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•