[Webkit-unassigned] [Bug 211530] New: REGRESSION (r252161): Animation of box-shadow with border-radius set is flashy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 14:26:55 PDT 2020


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

            Bug ID: 211530
           Summary: REGRESSION (r252161): Animation of box-shadow with
                    border-radius set is flashy
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: dino at apple.com

Created attachment 398657

  --> https://bugs.webkit.org/attachment.cgi?id=398657&action=review

Testcase

See the attached test case which consists of:

<style>

div {
    width: 100px;
    height: 30px;

    box-shadow: rgb(0, 0, 0) 0px 0px 0px 1px inset;

    border-radius: 100px;

    /* Slowed down from 0.1s in original content */
    transition: box-shadow 1s linear;
}

div:hover {
    box-shadow: inset 0 0 0 2px #000;
}

</style>
<div></div>

Hovering the <div> shows an unpleasant behavior. This used to work fine before regressing in to r252161 and this was then improved a bit in r252689.

-- 
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/20200506/61abe895/attachment.htm>


More information about the webkit-unassigned mailing list