[Webkit-unassigned] [Bug 75384] [GTK] Scrollbars are drawn behind the window resize grip
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 30 07:13:17 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=75384
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #120791|review? |review-
Flag| |
--- Comment #3 from Martin Robinson <mrobinson at webkit.org> 2011-12-30 07:13:17 PST ---
(From update of attachment 120791)
View in context: https://bugs.webkit.org/attachment.cgi?id=120791&action=review
This patch should probably also add support for resizing the scrollbars. Right now the information is just ignored. We also need to consider how to handle the situation where the resize grip and the scrollbar don't intersect. For instance, one such situation would be when the WebView doesn't touch the bottom of the window at all.
\\
> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:75
> +static void webkitWebViewBaseNotifyResizerSizeForWindow(WebKitWebViewBase* webViewBase, GtkWindow* window)
I think you can just eliminate this completely and call toplevelWindowResizeGripVisibilityChanged(G_OBJECT(toplevel), 0, webView) below.
--
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