Bug 81342

Summary: [Qt][WK2] Animations get corrupted when interacting with the page.
Product: WebKit Reporter: Lars Knudsen <larsgk>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jturcotte, larsgk, laszlo.gombos, noam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test page with animated cards exposing the bug described. none

Description Lars Knudsen 2012-03-16 05:55:17 PDT
Created attachment 132263 [details]
Test page with animated cards exposing the bug described.

Reproduction of error:

1. Open the attached example ("Animation Test") in MiniBrowser
2. Click any card and see it flip
3. click/drag anywhere on the green background OR resize the browser

Expected outcome:

* the flipped card stays flipped

Actual outcome:

* the flipped (animated) card seems to be quickly flipped back
* subsequent card flips result in wrongly flipped cards (as if the whole animation sequence goes wrong).
Comment 1 Lars Knudsen 2012-04-11 07:08:33 PDT
This seems to work now - but I'd like to do a few more tests.