[Webkit-unassigned] [Bug 50495] [Qt] wmode parameter for flash plugins always gets overridden to opaque on QGraphicsWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 24 00:31:27 PST 2010


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





--- Comment #7 from Girish Ramakrishnan <girish at forwardbias.in>  2010-12-24 00:31:26 PST ---
(In reply to comment #0)
> "wmode" parameter for flash plugins always gets overridden to opaque on QGraphicsWebView and transparent plugins do not work.

The change is intentional. We want to force flash to opaque mode in QGWV in all cases.

Note that we cannot make flash transparency work in QGraphicsWebView because Flash has a bug wherein it does not render to 32-bit pixmaps. Do you have a new version of flash that has fixed this problem or have the latest versions of flash fixed it? Do you see transparency working after your patch?

Flash transparency works only with QWebView wherein I added very hairy code to grab contents from the backing store to fake transparency.

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