[Webkit-unassigned] [Bug 50220] [Qt] Flickering in QML WebView when using accelerated compositing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 04:14:33 PST 2010


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





--- Comment #2 from Henry Haverinen <henry.haverinen at nokia.com>  2010-11-30 04:14:33 PST ---
It may take some time before we have something not based on Graphics View available for developers. Accelerated compositing is enabled by default, so by default, CSS3 stuff in the QML WebView is not usable.  So I don't think it's really sufficient to just reject the bug. So maybe we could

- disable accelerated compositing by default and document that if you enable it, then it won't work with QML WebView (where tiling is always enabled) or tiling in general
- keep AC enabled by default but disable it in Qt Creator's Qt Quick application project template (+ update the documentation)
- just fix the bug (e.g if there is a way to fix it for cases where tiles are not being scrolled). That would be sufficient e.g. for ad banners and other non-scrollable content.

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