Files
gtk/gtk
Nelson Benítez León ce7e99ca5e tooltips: hide tooltips before showing popups
because if there's a tooltip visible then popups fail to show
with the following warning:
"Gdk-WARNING **: Tried to map a popup with a non-top most parent"

This bug affect popups of the form:
 1) popups from gtk_menu_popup_{at_widget|at_rect|for_device}()

    This can be reproduce with a normal GtkComboBox that has a
    tooltip attached (eg. via GtkBuilder 'tooltip_text' attribute).
    Also see GtkLabel reproducer from gtk3-demo mentioned in #1785

 2) custom popups created with gtk_window_new (GTK_WINDOW_POPUP)

    A reproducer that shows this case is a GtkComboBox with
    the property 'appears-as-list'[1] set to TRUE (default is FALSE).

Fixes issue #1785

[1] https://developer.gnome.org/gtk3/stable/GtkComboBox.html#GtkComboBox--s-appears-as-list
2019-09-03 20:01:20 -04:00
..
2017-08-22 08:19:56 -04:00
2018-07-16 15:43:43 +02:00
2017-10-11 22:11:27 +01:00
2019-04-10 15:46:31 -04:00
2019-06-06 17:17:20 -07:00
2017-08-03 20:26:20 +01:00
2017-10-11 22:11:27 +01:00
2017-05-10 20:25:40 +02:00
2018-08-05 01:48:29 +00:00
2018-08-05 01:47:04 +00:00
2016-07-26 00:21:48 -04:00
2016-08-04 20:40:34 +02:00
2018-10-16 19:04:54 +00:00
2017-08-11 15:42:54 -04:00
2019-07-12 08:33:48 +00:00
2017-09-02 08:48:00 -04:00
2017-10-13 10:55:00 +01:00
2017-10-02 19:50:06 +01:00
2018-07-18 07:18:21 -04:00
2019-01-07 20:20:23 -05:00
2018-06-03 09:43:28 -04:00
2019-05-31 11:12:29 -07:00
2018-03-12 15:17:24 +00:00
2017-12-10 13:58:27 -05:00
2016-08-23 21:01:45 +02:00
2018-02-11 23:28:50 +00:00
2019-05-31 11:12:29 -07:00
2018-09-05 19:58:03 -04:00
2016-06-01 09:27:24 -04:00
2016-08-25 23:02:27 +02:00
2019-01-02 20:05:10 -05:00
2019-05-31 11:12:29 -07:00
2019-07-03 16:15:52 -04:00
2019-03-31 18:36:38 -04:00
2018-08-28 12:26:49 -04:00
2018-05-18 09:31:15 +01:00