[Webkit-unassigned] [Bug 32059] New: [Qt] Plugins: Force windowless mode when there is no native window handle
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 2 01:38:00 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32059
Summary: [Qt] Plugins: Force windowless mode when there is no
native window handle
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Keywords: Qt
Severity: Normal
Priority: P2
Component: Plug-ins
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: girish at forwardbias.in
When flash is instantiated in windowed mode, it requires a native window handle
and will not paint to an offscreen pixmap on Windows and X11.
A solution on X11 is to implement composited plugins
(https://bugs.webkit.org/show_bug.cgi?id=31232). On Windows, presumably this
can be done by creating a fake window and grabbing it's contents.
All that seems to be a lot of work compared :-) For flash atleast, we can force
it into windowless mode by injecting wmode transparent/opaque.
--
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