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 776625 - Change back button behavior
Change back button behavior
Status: RESOLVED FIXED
Product: recipes
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Recipes maintainer(s)
Recipes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-12-30 17:37 UTC by Matthias Clasen
Modified: 2016-12-31 05:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2016-12-30 17:37:43 UTC
Currently, the back button operates in a browser-like fashion. It walks back through a stack of visited locations.

In other GNOME applications, we generally have a level-like behavior: there's a number of main views (generally, the ones that have a button in the view switcher in the header bar, plus maybe a search page), and if you go to another place, the back button will get you back to one of the main views.

In places where we have 'browsing' (e.g. categories in gnome-software, or the chef and category pages here in recipes), we may have a two-level back button. You get from a detail page back to the category and from there back to the main view.

Jakub suggests that we should switch recipes to the level-like behavior. As part of this, we would change the search page to be an 'implicit' main view (ie without a button in the view switcher).