[Webkit-unassigned] [Bug 56701] New: Querying Computed Style for an Element with "outline-style" Set Breaks 3D Scaling Everywhere

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 18:24:01 PDT 2011


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

           Summary: Querying Computed Style for an Element with
                    "outline-style" Set Breaks 3D Scaling Everywhere
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rob.brackett at gmail.com


Created an attachment (id=86251)
 --> (https://bugs.webkit.org/attachment.cgi?id=86251&action=review)
Test Case for Outline-style Computed Style Breaks 3D Scale

Querying the value of any computed style property on an element that has "outline-style" set causes 3D scaling to work differently on *all* elements. Specifically, the scale appears to fade or blur on the edges, which seems to be because the stretching now blends the element with the content behind it.

It's important to note that the simple action of querying the computed style on one element actually breaks the rendering all elements on the page, not just the one on which the computed style property was queried.

Test case attached.

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