After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780765 - Backspace key doesn't work in search
Backspace key doesn't work in search
Status: RESOLVED OBSOLETE
Product: totem
Classification: Core
Component: Movie player
3.22.x
Other Linux
: Normal major
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-03-31 13:20 UTC by Mohammed Sadiq
Modified: 2018-05-24 11:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mohammed Sadiq 2017-03-31 13:20:42 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
Comment 1 Bastien Nocera 2017-06-24 13:25:23 UTC
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.
Comment 2 GNOME Infrastructure Team 2018-05-24 11:22:55 UTC
-- 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.