[webkit-gtk] Selective blocking of image requests
Martin Robinson
mrobinson at webkit.org
Thu Mar 28 09:28:17 PDT 2013
On Thu, Mar 28, 2013 at 6:50 AM, Peter Bloomfield
<peterbloomfield at bellsouth.net> wrote:
> Ahh...OK, that hides the scrollbar, but crops the page. I need webkit to
> render the whole page, so I can pack it in a box and scroll the whole thing,
> to avoid a second scrollbar. Not a big deal, now that scrollbars are so
> narrow…
I suspect that you'll need to override the allocation of the WebView
so that it's the same as the page content size. Essentially, in
WebKit2 the WebView is a viewport, so the widget allocation doesn't
automatically expand to encompass the page. This is more in line with
what WebCore expects.
--Martin
More information about the webkit-gtk
mailing list