GNOME Bugzilla – Bug 740209
Gtk list text searching doesn't work on Wayland, and keeps opening subwindows
Last modified: 2015-12-15 00:40:16 UTC
I am using Zenity 3.12.1 on GTK Master. It seems that when I create a Zenity window with zenity --list --column And then on the zenity list, when I press a number or letter, A small window with a text field and the number I press appears for 1 second, and then it disappears. Then another one appears, and disappears. It seems to be an infinite loop, but it doesn't do it under the X11 backend.
I should mention that it seems that it works in gnome-shell wayland. The problems happen under Weston
Any updates on this? Any way I can toggle the search boxes?
Hello, I still didn't have chance to check. I don't have a machine with wayland. Also, can you check if this happen in other GtkList application? I think this is related to GtkList and not Zenity
I discovered that this does happen on the list component of gtk3-widget-factory as well. I will also try to rebuild GTK
I tried to rebuild GTK, as I haven't rebuilt in a while. still seems the bug is there
But the bug is on Gtk, or Zenity? According your comment, it's on GtkList right?
It is in GTK, as it affects the GTK list on the third page of gtk3-widget-factory as well as Zenity. I also just noticed that it seems to only infinitely loop if I press a letter that no entries start with. If I press 'C' it selects the first 'C' entry, but if I press 'Z', there are no 'Z' entries, and it loops forever, displaying the search field in random locations.
Any updates on this? GtkList on Wayland on Zenity with GTK master still creates subwindows with the search text, that last for about one second, until it creates another one, almost infinitely. Weirdly enough, this happens on Weston, but not on gnome-shell-wayland
Is there more diagnostic info I can provide? It still seems that I am still seeing this problem after building the newest GTK+, and running it with the Wayland backend on Weston
Hi, If it's in GTK+ there's nothing I can do to help. We need to move this bug to Gtk...
Hi. I moved it to GTK, at least for selecting the product. It doesn't look like I can change the assignment. Should I refile?
I think I was able to.
this has been fixed in GtkTreeView
Cool! It's fixed!