Some GIFs animates only during redraw of entire document
Categories
(Core :: Graphics: ImageLib, defect, P2)
Tracking
()
People
(Reporter: miller, Assigned: aosmond)
References
(Regression, )
Details
(Keywords: regression, testcase)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36
Steps to reproduce:
- Place div with overflow hidden <div style="width:351px; height:527px; overflow: hidden;">
- Place gif inside that div and adjust styles so gif borders will go beyond the parent div. <img src="./dress.gif" style="width:auto; height: 100%; margin-left: -83.1361%;">
Here is the demo page https://lamps.ecwid.com/~miller/ffbadanim.html
Actual results:
GIF is animated only during scrolling, or another action that causes redrawing the canvas.
Expected results:
GIF must be allways animated.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
It's working for me with WebRender enabled, but I can repro with it disabled, so tentatively moving to Graphics. Andrew, does this ring a bell?
Assignee | ||
Comment 2•6 years ago
|
||
regression-window |
mozregression:
This is me.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
This is P2 and assigned, so I'm removing it from weekly regression triage by marking it fix-optional.
Happy to take a patch for 70 or in future.
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Testcase seems to be 404 now and we didn't save a copy to the bug unfortunately.
Updated•2 years ago
|
Description
•