Closed
Bug 1376492
Opened 7 years ago
Closed 7 years ago
stylo: site issue: div fades in and disappears on zdf.de
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Tracking
()
VERIFIED
DUPLICATE
of bug 1360398
People
(Reporter: jan, Assigned: birtles)
References
(Blocks 1 open bug, )
Details
(Keywords: nightly-community)
Attachments
(1 file)
(deleted),
video/mp4
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170627100221
Actual results:
See video.
The upper Nightly is without stylo (expected),
the lower one is with stylo enabled (bug).
Notice: This bug occurs only from the second time on I click on "Download" (as you can see).
(Webrender+webrendest are irrelevant because the behaviour is the same.)
Reporter | ||
Updated•7 years ago
|
Blocks: stylo-site-issues
Has STR: --- → yes
Keywords: nightly-community
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Comment 1•7 years ago
|
||
Brian is investigating, may reassign to someone on the animations team.
Assignee: nobody → bbirtles
Priority: -- → P1
Reporter | ||
Comment 2•7 years ago
|
||
(Emilio Cobos Álvarez [:emilio] from bug 1376788 comment 2)
> The video player CSS is loaded with the same JS script mentioned in bug 1376092.
Maybe this bug has the same root cause because a style tag was modified but not applied. But that would not explain (to me) that it is working (only) on the first click.
Assignee | ||
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 3•7 years ago
|
||
Nightly 56 x64 20170703100343 @ Debian Testing (Linux 4.9.0-3-amd64, Radeon RX480)
about:support > Stylo: true (enabled by user)
This bug is still present.
Comment 4•7 years ago
|
||
The disappeared dialog has a CSS Animation, its keyframes rule is;
@keyframes rb-fx-zoomInSmall {
from{
opacity:0;
-webkit-transform:scale3d(.8,.8,.8);
transform:scale3d(.8,.8,.8)
}
50% {
opacity:1
}
}
Creating the CSS animation on the second click, opacity of the target element seems to be computed 0, so the final keyframe (at 100%) value is 0. I have no idea where the 0 value comes from yet.
Comment 5•7 years ago
|
||
Will be fixed by bug 1360398.
Honestly I don't quite understand why filling computed values in missing keyframes during generating keyframes pulls incorrect (stale?) style values, but bug 1360398 makes stylo match to gecko, so we should do it anyway.
Depends on: 1360398
Comment 6•7 years ago
|
||
I've confirmed that the patches for bug 1360398 fixes this bug.
Reporter | ||
Comment 7•7 years ago
|
||
(Hiroyuki Ikezoe (:hiro) from comment #6)
> I've confirmed that the patches for bug 1360398 fixes this bug.
Reporter | ||
Comment 8•7 years ago
|
||
Verified fixed by bug 1360398.
Nightly 56 x64 20170711100226 @ Debian Testing (Linux 4.9.0-3-amd64, Radeon RX480)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•