[Webkit-unassigned] [Bug 18076] New: Box disappears after CSS Transition completes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 14:17:38 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18076

           Summary: Box disappears after CSS Transition completes
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: faruk at apple.com


I'm transitioning a test box's border-radius (sidebar on that below) on :hover
and after the transition is done the background disappears; if I hover out the
entire box becomes invisible (flow doesn't change) including text content.

Test case attached.

Sidebar: to get the border radius property to transition, you actually have to
use -webkit-transition-property: border-radius;    (instead of
-webkit-border-radius) which is inconsistent with how we currently have to make
border radius work in the first place.


Bug exists in both Safari 3.1 and latest Webkit nightly.


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



More information about the webkit-unassigned mailing list