[Webkit-unassigned] [Bug 29261] New: 2 rendering bugs with "-webkit-transition:"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 15:42:45 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29261

           Summary: 2 rendering bugs with "-webkit-transition:"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://fgribreau.com/_index_.php
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at fgribreau.com


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 :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list