WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 29346
29261
FGRibreau
2 rendering bugs with "-webkit-transition:"
https://bugs.webkit.org/show_bug.cgi?id=29261
Summary
2 rendering bugs with "-webkit-transition:"
webkit
Reported
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 :)
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
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.
Simon Fraser (smfr)
Comment 2
2009-09-14 15:55:17 PDT
Oh, and one bug per bug report please. Please file a second bug on "Second bug".
webkit
Comment 3
2009-09-14 16:00:02 PDT
Ok, I will create a second bug report ;)
Simon Fraser (smfr)
Comment 4
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
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug