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 762256 - GtkSearchBar should not react to ‘+’ & ‘-’, default shortcuts of GtkTreeView
GtkSearchBar should not react to ‘+’ & ‘-’, default shortcuts of GtkTreeView
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-02-18 10:44 UTC by Arnaud B.
Modified: 2016-02-23 11:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arnaud B. 2016-02-18 10:44:52 UTC
The gtk_search_bar_handle_event() function eats the ‘+’ and ‘-’ chars, that are the default shortcuts of GtkTreeView for expanding/collapsing, making an application naively using these two widgets hard to use with keyboard.

Either this should be changed, or other shortcuts could be added for the same actions in GtkTreeView.
Comment 1 Matthias Clasen 2016-02-18 14:14:05 UTC
Any key is used *somewhere* else, potentially. I don't think this is a good reason for treating + and - differently in the search bar.