Bug 59198 - [Qt] Animation of opacity and transform. Opacity does not animate in QGraphicsWebView.
Summary: [Qt] Animation of opacity and transform. Opacity does not animate in QGraphic...
Status: RESOLVED DUPLICATE of bug 40841
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Andreas Kling
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-04-22 06:51 PDT by alessandro.portale
Modified: 2011-05-19 14:07 PDT (History)
5 users (show)

See Also:


Attachments
Test app which reproduces the issue in QGraphicsWebView and that demonstrates that it works in QWebView. (7.72 KB, application/octet-stream)
2011-04-22 06:55 PDT, alessandro.portale
no flags Details
Test case (1.34 KB, text/html)
2011-05-02 04:55 PDT, Benjamin Poulain
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description alessandro.portale 2011-04-22 06:51:53 PDT
If I define opacity and -webkit-transform in the "@-webkit-keyframes" of an animation, the opacity dos not change/animate. Only the transform happens.
This does only happen if I use QGraphicsWebView. If I use the good old QWebView, everything works well as expected.

Reproducable at least on Windows and Symbian^3. Tested with the Qt/QtWebkit packages that come with Qt SDK 1.1rc.
Comment 1 alessandro.portale 2011-04-22 06:55:13 PDT
Created attachment 90703 [details]
Test app which reproduces the issue in QGraphicsWebView and that demonstrates that it works in QWebView.
Comment 2 Benjamin Poulain 2011-05-02 04:55:06 PDT
Created attachment 91910 [details]
Test case
Comment 3 Benjamin Poulain 2011-05-09 03:53:46 PDT
I can reproduce with trunk.

This is related to accelerated compositing. When disabled, the animation is rendered correctly.
Comment 4 Andreas Kling 2011-05-12 07:04:02 PDT
Taking and blocking QtWebKit-2.2 on this. QGraphicsWebView is currently broken in the default config, which is pretty uncool.
Comment 5 Andreas Kling 2011-05-17 09:58:45 PDT

*** This bug has been marked as a duplicate of bug 40841 ***