[Webkit-unassigned] [Bug 50222] [Qt] QML WebView inside a Flickable shows checkers pattern at startup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 10 01:30:10 PST 2010


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





--- Comment #7 from Henry Haverinen <henry.haverinen at nokia.com>  2010-12-10 01:30:10 PST ---
According to the documentation (http://doc.qt.nokia.com/4.7-snapshot/qml-webview.html#details), the QML developer can do one of the following things

- set the width, in which case content will be clipped if it doesn't fit
- set the preferredWidth, in which case Qt will try to fit content in preferredWidth but if that doesn't work then the width of the WebView will be more
- not set either, in which case the size will be adjusted to a size appropriate for the content

So it wouldn't work to have the WebView's preferredWidth to default to the parent's width. After all, we're using Flickable in order to show content that is larger than the Flickable area on the screen.

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