[Webkit-unassigned] [Bug 119348] New: RenderEmbeddedObject::isReplacementObscured is wrong if an obscuring element has pointer-events: none set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 12:19:48 PDT 2013


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

           Summary: RenderEmbeddedObject::isReplacementObscured is wrong
                    if an obscuring element has pointer-events: none set
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thorton at apple.com
                CC: sfalken at apple.com, thorton at apple.com,
                    gordon_sheridan at apple.com


In this case from plugins/unavailable-plugin-indicator-obscurity.html:

<div class="container">
    <embed id="pointerEventsBlockedOnObscuringSibling" class="shouldNotBeObscured" type="application/x-webkit-test-netscape"></embed>
    <div class="cover" style="pointer-events: none;"></div>
</div>

div.cover completely obscures the embed, but because div.cover has pointer-events: none, the embed passes the hit-test in isReplacementObscured, and we claim that it isn't.

I'm going to post a patch to swap the expected behavior in the test, and leave this bug open to track fixing it (which I don't plan to nor know how to do).

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