RESOLVED FIXED204068
REGRESSION(r250707): [GTK] UIClient::setWindowFrame only works the first time
https://bugs.webkit.org/show_bug.cgi?id=204068
Summary REGRESSION(r250707): [GTK] UIClient::setWindowFrame only works the first time
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.