[Webkit-unassigned] [Bug 160958] [GTK] WebKitWebView::GtkScrollable::vadjustment reports incorrect numbers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 00:02:43 PDT 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
WebKitWebView is a GtkContainer and it doesn't implement any interface. If you try to use GtkScrollable API you should be getting the default values used by g_return macros, or if you have g_return macros disabled, you would still receive default values because it uses g_object_set/get that should work for any GObject and the only vfunc (get_border) is optional and thus null-checked. It's a programmer error in any case. Another thing is that you might want to know the scrollbars position or even monitor them. I think you can get the values with javascript, I don't know if you can monitor them. We could try to add API for that since several applications seem to need it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160822/eb336ac7/attachment.html>


More information about the webkit-unassigned mailing list