Closed
Bug 826670
Opened 12 years ago
Closed 5 years ago
Animated opacity change can make printed version invisible
Categories
(Core :: Printing: Output, defect, P3)
Core
Printing: Output
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: adam.taylor, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
Build ID: 20121231071231
Steps to reproduce:
HTML5 page with an animated fade-in (via CSS3 animation; opacity goes from 0 to 1 over 1 sec).
The CSS is applied to all media types, including print.
Actual results:
The page prints blank, as if the print has 'snapshot' the page at a state before the animation has completed.
Alternatively, with a larger page weight, the page prints, but with faded text, I assume because the opacity animation has *partially* completed.
Expected results:
If animation is applied to print media, it should be ignored entirely.
Attachment #697887 -
Attachment mime type: text/plain → text/html
Comment 2•5 years ago
|
||
(In reply to adam.taylor from comment #0)
Expected results:
If animation is applied to print media, it should be ignored entirely.
It looks like we implemented this behavior at some point (ignoring animations for print media).
Unfortunately, that causes other problems when the site is depending on the animation to show elements whose underlying style is to make them invisible -- see bug 1564128.
However, this bug as-filed (and its testcase) is effectively WORKSFORME - we now match the expected behavior here and produce the expected result for the testcase.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
OS: Windows 7 → All
Priority: -- → P3
Hardware: x86_64 → All
Resolution: --- → WORKSFORME
See Also: → 1564128
Version: 18 Branch → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•