[Webkit-unassigned] [Bug 46041] New: CSS inheritance delayed when transition duration on parent and child elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 18 14:10:24 PDT 2010


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

           Summary: CSS inheritance delayed when transition duration on
                    parent and child elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: s+webkit at sidneysm.com


Created an attachment (id=68015)
 --> (https://bugs.webkit.org/attachment.cgi?id=68015)
Demo of font-size not being inherited until the transition is complete

When both a parent and a child element have -webkit-transition-durations for an inherited style property, and the property changes on the parent element, the property does not begin to change on the child element until the transition is complete on the parent. This only appears to happen in some cases

Try clicking the outer element in the demo a few times. When it adds and removes a class from the outer element that increases its font-size. When the class is added, the font-size of the inner element does not change until the transition is complete, but when it is removed, the transitions happen simultaneously. If you remove the -webkit-transition-duration from the inner element, the font-size transitions happen simultaneously in both directions.

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