[Webkit-unassigned] [Bug 34415] New: [Qt] QWebPluginFactory based plugins are always painted on top, ignore z-index

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 03:13:21 PST 2010


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

           Summary: [Qt] QWebPluginFactory based plugins are always
                    painted on top, ignore z-index
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bero at arklinux.org


In the context of

<p>This is a test...</p>
<object type="something/handled.by.the.plugin" width="120"
height="120"></object>
<p>This is a test...</p>
<div id="darken"
style="position:fixed;height:100%;width:100%;top:0;left:0;background:#000000;border:none;z-index:500;opacity:0.7;"/>

The 2 "This is a test..." paragraphs are covered by a the "darken" div (typical
context: "darken" is set to display:none in the beginning and activated by JS
when e.g. a popup is shown).
The object (something/handled.by.the.plugin), however, is not darkened -- it's
drawn on top of the "darken" div despite the fact that its z-index is lower.

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