Bug 165078 - [GTK][Wayland] xdg_popup_configure: assertion 'impl->transient_for' failed when opening combo box
Summary: [GTK][Wayland] xdg_popup_configure: assertion 'impl->transient_for' failed wh...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-26 08:43 PST by Michael Catanzaro
Modified: 2020-07-24 16:08 PDT (History)
3 users (show)

See Also:


Attachments
Backtrace to critical (7.98 KB, text/plain)
2016-11-26 08:43 PST, Michael Catanzaro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-11-26 08:43:46 PST
Created attachment 295435 [details]
Backtrace to critical

Open any combo box (e.g. on this Bugzilla) in Wayland and see the following critical warning:

xdg_popup_configure: assertion 'impl->transient_for' failed

Backtrace attached. Remember that all windows must have a transient_for set in GTK+ nowadays, it's really not optional.
Comment 1 Adrian Perez 2017-04-10 09:38:25 PDT
Is this still happening? If yes, it looks to me that fixing bug #170553
and bug #145866 would fix this as well; we may want to re-check this after
fixes for those get landed.
Comment 2 Michael Catanzaro 2017-04-11 17:30:34 PDT
It's still happening with trunk from a few days ago, so if it doesn't happen with current trunk then you must have fixed it.
Comment 3 Adrian Perez 2020-07-24 16:08:47 PDT
I cannot reproduce this anymore. Most likely fixed by the series
of patches for popups: r215225 + r260889 +  r261735