Bug 36019 - [Qt] GraphicsLayer: Opacity transitions end with begin value
Summary: [Qt] GraphicsLayer: Opacity transitions end with begin value
Status: RESOLVED FIXED
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-03-11 09:53 PST by Kim Grönholm
Modified: 2010-03-13 10:54 PST (History)
2 users (show)

See Also:


Attachments
Opacity transition test with AC (598 bytes, text/html)
2010-03-11 09:53 PST, Kim Grönholm
no flags Details
patch for the bug #36019 (1.14 KB, patch)
2010-03-11 12:31 PST, Kim Grönholm
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Grönholm 2010-03-11 09:53:25 PST
Created attachment 50512 [details]
Opacity transition test with AC

With AC enabled, opacity transitions first seem to work fine but after the transition is finished, the element is rendered again with the old opacity that was the starting point in the transition. Without AC the element's opacity correctly sticks with the new opacity value after transition.

Attached a test case to demonstrate the issue.
Comment 1 Kim Grönholm 2010-03-11 12:28:30 PST
This bug is also causing the images to become invisible in: http://www.satine.org/research/webkit/snowleopard/snowstack.html
Comment 2 Kim Grönholm 2010-03-11 12:31:55 PST
Created attachment 50530 [details]
patch for the bug #36019

Added a patch that fixes this issue.
Comment 3 Kenneth Rohde Christiansen 2010-03-13 10:08:35 PST
Could you make a layout test for this?
Comment 4 WebKit Commit Bot 2010-03-13 10:54:18 PST
Comment on attachment 50530 [details]
patch for the bug #36019

Clearing flags on attachment: 50530

Committed r55966: <http://trac.webkit.org/changeset/55966>
Comment 5 WebKit Commit Bot 2010-03-13 10:54:22 PST
All reviewed patches have been landed.  Closing bug.