Bug 29261 (FGRibreau) - 2 rendering bugs with "-webkit-transition:"
Summary: 2 rendering bugs with "-webkit-transition:"
Status: RESOLVED DUPLICATE of bug 29346
Alias: FGRibreau
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Major
Assignee: Nobody
URL: http://fgribreau.com/_index_.php
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 15:42 PDT by webkit
Modified: 2009-09-17 14:36 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description webkit 2009-09-14 15:42:44 PDT
Do test with : http://fgribreau.com/_index_.php

---------------
-- First bug --
---------------

-> Working example:
Scroll up at the maximum ($(window).scrolltop() == 0)
Mouse your mouse over the 4 horizontal menu's icons (linkedin, twitter etc...) => animation work smoothly

-> Produce the bug:
Scroll down the page for 5 secondes (Just to have $(window).scrolltop() > 0)
Mouse your mouse over the 4 horizontal menu's icons (linkedin, twitter etc...)

The -webkit-transition:-webkit-transform 0.2s linear,margin 0.2s linear; didn't work at all.

----------------
-- 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".

PS: You're doing a great job on safari/webkit, I really have fun playing around with webkit/CSS3 :)
Comment 1 Simon Fraser (smfr) 2009-09-14 15:54:39 PDT
Can you make reduced testcases? It looks like it might be related to your use of position: fixed.
Comment 2 Simon Fraser (smfr) 2009-09-14 15:55:17 PDT
Oh, and one bug per bug report please. Please file a second bug on "Second bug".
Comment 3 webkit 2009-09-14 16:00:02 PDT
Ok, I will create a second bug report ;)
Comment 4 Simon Fraser (smfr) 2009-09-17 14:36:16 PDT
So the First Bug is now covered by bug 29346.
The second bug is covered by bug 29262.

I'm going to mark this a dup of 29346.

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