[Webkit-unassigned] [Bug 60085] [Qt] Overlapping content on WebView element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 00:12:54 PDT 2011


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





--- Comment #3 from Jason Barron <jason.barron at nokia.com>  2011-05-05 00:12:54 PST ---
I'm not sure if this happens on all platforms or just Symbian, but some Qt styles (eg: QS60Style) do some pretty nasty stuff to the palette to make it look as native as possible. One of the nasty things is to use Qt::transparent in one of the palette roles (QPalette::Base maybe?) in order for the themed background to shine through. This has been addressed for QWebView by using a custom palette which does not have a transparent base. The same fix should be applied to the QML WebView element so that it does not clear the page with transparent.

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