Bug 29262

Summary: Compositing layers are incorrectly positioned after scrolling with position:fixed
Product: WebKit Reporter: webkit
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Major    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
URL: http://fgribreau.com/_index_.php
Attachments:
Description Flags
Testcase
none
Patch, changelog, testcase hyatt: review+

Description webkit 2009-09-14 16:02:42 PDT
Do test with : http://fgribreau.com/_index_.php


----------------
-- Second bug --
----------------

-> Produce the bug:

Scroll down (via multi-touch or mouse wheel) AND move your pointer in the
screen center. Blue "link" box would appear because of:
.post:hover aside{opacity:1;-webkit-transition:opacity 0.1s linear;}


If you scroll down/up when an animation occure on the "blue "link" box", the
entire header will "jump",freeze (because he's in fixed positioning)

-> What I except:
The header wouldn't "jump".
Comment 1 Simon Fraser (smfr) 2009-09-17 14:37:14 PDT
Created attachment 39726 [details]
Testcase
Comment 2 Simon Fraser (smfr) 2009-09-17 18:11:42 PDT
Created attachment 39741 [details]
Patch, changelog, testcase
Comment 3 Dave Hyatt 2009-09-18 10:00:20 PDT
Comment on attachment 39741 [details]
Patch, changelog, testcase

r=me
Comment 4 Simon Fraser (smfr) 2009-09-18 13:31:01 PDT
http://trac.webkit.org/changeset/48526