Closed
Bug 953055
Opened 11 years ago
Closed 11 years ago
snowflakes moving by animating a transform disappear a little way into the animation
Categories
(Core :: Web Painting, defect)
Tracking
()
VERIFIED
FIXED
mozilla29
People
(Reporter: flash.vkv, Assigned: roc)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131205075310
Steps to reproduce:
<div (animation transform)>
<div (animation transform)></div>
</div>
Actual results:
проподают элементы
Expected results:
не должны проподать
в первой открытке (не работает)
<div (animation transform)>
<div (animation transform)></div>
</div>
во второй (пример как должно работать)
<div (animation css-left)>
<div (animation transform)></div>
</div>
Comment 2•11 years ago
|
||
Hi! Please translate this to English and provide exact steps to reproduce. Thanks!
Flags: needinfo?(flash.vkv)
// I do not speak English
1) open snow.html in Firefox and Chrome
2) compare
does not work
<div (animation transform)>
<div (animation transform)></div>
</div>
Flags: needinfo?(flash.vkv)
Updated•11 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 4•11 years ago
|
||
I can confirm that on the top rectangle snowflakes generally disappear once they get about 30-40px from the top, with a few exceptions. Some sort of layerization bug? I see this on Mac too.
Status: UNCONFIRMED → NEW
Component: Layout → Layout: View Rendering
Ever confirmed: true
Flags: needinfo?(tnikkel)
OS: Windows 7 → All
Hardware: x86_64 → All
Comment 5•11 years ago
|
||
> 1) open snow.html in Firefox and Chrome
> 2) compare
For what it's worth: in Chrome (version 33.0.1750.5 dev) on my Linux machine, the snowflakes *all* stick at the top of the images. They move left and right but never fall. (not sure why)
Comment 6•11 years ago
|
||
Yeah, I see that on Mac too, but I assume that's a Chrome dev bug. Chrome 31 release works correctly.
Updated•11 years ago
|
Summary: animation transform transform → snowflakes moving by animating a transform disappear a little way into the animation
Comment 7•11 years ago
|
||
Same regression range as bug 946920
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=eccf45749400&tochange=7433bc4545c9
but I didn't narrow it any further. But I'm going to guess bug 849263 again.
Seems to be a depth issue, getting rid of the background on the div you can see the snowflakes if you give the page a non-white background color.
Blocks: 849263
Flags: needinfo?(tnikkel) → needinfo?(matt.woodrow)
Comment 8•11 years ago
|
||
This was fixed by bug 944291.
Depends on: 944291
Flags: needinfo?(matt.woodrow)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: nobody → roc
Target Milestone: --- → mozilla29
Comment 9•11 years ago
|
||
Verified as fixed on latest Aurora 28.0a2 as well using Ubuntu 12.04 x32 and Windown 8.1 x32
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•