[Webkit-unassigned] [Bug 87922] [Qt][WK2] Contents not rendered in MiniBrowser for some pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 21:02:21 PDT 2012


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





--- Comment #1 from Dinu Jacob <dinu.jacob at Nokia.com>  2012-05-30 21:02:21 PST ---
For these pages the comparison between accurateVisibleRect and drawing area contentsRect in QQuickWebViewFlickablePrivate::_q_onInformVisibleContentChange is true.
drawingArea->contentsRect is actually returning the contentsSize and this is set by the time we reach this slot. Thus the drawing area visible contents rect is not set correctly. For pages with contents height greater than the viewport bounding rect height, it gets set when the content size grows beyond the viewport bounding rect height.

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