Bug 204068

Summary: REGRESSION(r250707): [GTK] UIClient::setWindowFrame only works the first time
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aperez, berto, bugs-noreply, ews-watchlist, gustavo
Priority: P2 Keywords: Gtk, Regression
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch aperez: review+

Carlos Garcia Campos
Reported 2019-11-11 07:10:22 PST
This is because we are connecting to configure-event of parent window, but not returning FALSE from the callback to propagate the event.
Attachments
Patch (1.83 KB, patch)
2019-11-11 07:11 PST, Carlos Garcia Campos
aperez: review+
Carlos Garcia Campos
Comment 1 2019-11-11 07:11:26 PST
EWS Watchlist
Comment 2 2019-11-11 07:12:22 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Carlos Garcia Campos
Comment 3 2019-11-12 00:08:01 PST
Note You need to log in before you can comment on or make changes to this bug.