[Webkit-unassigned] [Bug 212344] [GTK4] Fix context menu
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 25 06:32:02 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=212344
Adrian Perez <aperez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aperez at igalia.com
Attachment #400196|review? |review+
Flags| |
--- Comment #3 from Adrian Perez <aperez at igalia.com> ---
Comment on attachment 400196
--> https://bugs.webkit.org/attachment.cgi?id=400196
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=400196&action=review
> Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:859
> + gtk_native_check_resize(GTK_NATIVE(priv->activeContextMenuProxy->gtkWidget()));
Cannot we do this inside “WebContextMenuProxyGtk”? We know that the
web view widget is valid when instantiating it, so I would expect that
calling “gtk_native_check_resize()” after setting the web view as parent
widget could work as well ��️
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200525/0af965fe/attachment.htm>
More information about the webkit-unassigned
mailing list