[Webkit-unassigned] [Bug 64128] New: CSS outlines on <embed> don't display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 15:30:51 PDT 2011


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

           Summary: CSS outlines on <embed> don't display
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: hyatt at apple.com, mitz at webkit.org


<embed style="border: 2px solid red; outline: 4px solid blue;">

The blue border does not display.

This seems to be because RenderEmbeddedObject::paint() doesn't use the same pattern as RenderBlock etc:

    bool pushedClip = pushContentsClip(paintInfo, tx, ty);
    paintObject(paintInfo, tx, ty);
    if (pushedClip)
        popContentsClip(paintInfo, phase, tx, ty);

where popContentsClip paint the outline.

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