[Webkit-unassigned] [Bug 192630] New: Don't attempt to animate invalid CSS properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 09:38:12 PST 2018


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

            Bug ID: 192630
           Summary: Don't attempt to animate invalid CSS properties
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: dino at apple.com

Inherited animation properties can cause child elements to think they need to animate CSS properties that they do not support, leading to nullptr crashes.

Instead, recognize that CSSPropertyInvalid is a potential requested animation property, and handle it cleanly (much like Animation::AnimateUnknownProperty is already handled).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181212/d6c9e9f1/attachment.html>


More information about the webkit-unassigned mailing list