GNOME Bugzilla – Bug 765909
Couple of small input chooser usability improvements
Last modified: 2016-05-13 17:01:07 UTC
Done for a downstream request
Created attachment 327160 [details] [review] region: Handle escape in the input chooser's filter entry Reset the chooser on escape.
Created attachment 327161 [details] [review] region: Be more thorough in cc_input_chooser_reset() This should result in returning to the initial state as intended instead of keeping the filter entry shown and the filter applied.
Review of attachment 327160 [details] [review]: Sure.
Review of attachment 327161 [details] [review]: ::: panels/region/cc-input-chooser.c @@ +1152,3 @@ cc_input_chooser_reset (GtkWidget *chooser) { + CcInputChooserPrivate *priv = GET_PRIVATE (chooser); A few line of spacing wouldn't hurt.
Attachment 327160 [details] pushed as ff65674 - region: Handle escape in the input chooser's filter entry Attachment 327161 [details] pushed as 2e45eea - region: Be more thorough in cc_input_chooser_reset()