Bug 40778 - [Qt] -webkit-transition-delay causes problems with GraphicsLayer
Summary: [Qt] -webkit-transition-delay causes problems with GraphicsLayer
Status: RESOLVED DUPLICATE of bug 40846
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 08:36 PDT by Kevin Simons
Modified: 2010-06-25 13:20 PDT (History)
1 user (show)

See Also:


Attachments
Test with run-launcher -graphics-based (1.26 KB, text/html)
2010-06-17 08:36 PDT, Kevin Simons
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Simons 2010-06-17 08:36:42 PDT
Created attachment 58997 [details]
Test with run-launcher -graphics-based

Attached is an example of a CSS transform that causes rendering/animation issues with GraphicsLayer/accelerated compositing (i.e. when QWebSettings::AcceleratedCompositingEnabled is true).

The example shows two boxes. When you click the screen, the right box (which is initially hidden) moves to the left and transforms to opacity 1, while the left box moves to the right and transforms to opacity 0 with a slight delay (using -webkit-transition-delay).

When AC is not enabled, the transforms work properly, but when it is enabled the box with the delayed animation disappears and then does not start it's transform until the other box finishes. Without the delay everything works fine with or without AC.
Comment 1 Noam Rosenthal 2010-06-23 23:48:38 PDT
This might be a duplicate of 40846
Comment 2 Noam Rosenthal 2010-06-25 13:20:21 PDT

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