Bug 23368 - Hit-test elements that are in the middle of an accelerated animation (when using accelerated compositing)
Summary: Hit-test elements that are in the middle of an accelerated animation (when us...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Chris Marrin
URL:
Keywords: InRadar
Depends on:
Blocks: 23359
  Show dependency treegraph
 
Reported: 2009-01-15 17:06 PST by Simon Fraser (smfr)
Modified: 2009-03-02 11:51 PST (History)
1 user (show)

See Also:


Attachments
Patch with tests (21.04 KB, patch)
2009-02-13 17:20 PST, Chris Marrin
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-01-15 17:06:42 PST
When an element is in the middle of an accelerated animation/transition, we need to ensure that hit-testing on that element works by computing where the element is in the transition (since hardware transitions don't do layout on every step).
Comment 1 Simon Fraser (smfr) 2009-01-20 10:31:12 PST
<rdar://problem/6366064>
Comment 2 Chris Marrin 2009-02-13 17:20:54 PST
Created attachment 27676 [details]
Patch with tests
Comment 3 Dave Hyatt 2009-02-23 20:46:39 PST
Comment on attachment 27676 [details]
Patch with tests

r=me
Comment 4 Simon Fraser (smfr) 2009-02-25 10:41:44 PST
http://trac.webkit.org/changeset/41214