[Webkit-unassigned] [Bug 46458] [Qt] Transparency in QGraphicsWebView is broken on Maemo6 with the OpenGL paint engine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 04:01:03 PDT 2010


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





--- Comment #3 from Jarmo Backlund <jarmo.backlund at nokia.com>  2010-09-30 04:01:02 PST ---
--- Comment #51 from Kinnunen Kimmo (Nokia) <kimmo.t.kinnunen at nokia.com> 2010-09-30 13:45:16 EEST --- If you run the app with mtf '-graphicsystem raster -software' flag, you can see it works as expected on device. On host + mtf, raster is broken anyway..

Passing -software to a mtf app disables the usage of glwidget for graphicsview.

-graphicsview raster -software -> ok
-software -> not ok
-graphicsview raster -> not ok


Somehow on GL the paint gets black background. Painting with different webkit bg color + alpha does not work, the black rect glows through the translucent bg.

QPalette palette = webView->page()->palette(); palette.setBrush(QPalette::Base, QColor(255,0,0,125));
webView->setPalette(palette);

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