GNOME Bugzilla – Bug 780765
Backspace key doesn't work in search
Last modified: 2018-05-24 11:22:55 UTC
The backspace key have no action in search. How to reproduce: 1. Open Totem -> Videos tab (or Channels tab) 2. Press search button (Ctrl-F) 3. Type something in the search entry 4. Press backspace to remove the entered string. Result: The typed characters are not removed. Though the delete button in the entry removes the whole text at once. I'm using totem 3.22.1 from Debian GNU/Linux (testing). Thanks
TotemSearchEntry isn't a GtkSearchEntry, so gtk_search_entry_handle_event() is never called: https://git.gnome.org//browse/gtk+/tree/gtk/gtksearchbar.c#n220 We'd need to implement something similar without having to rewrite that code in totem itself.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/totem/issues/212.