GNOME Bugzilla – Bug 605615
Change folder strange and inconsistent behaviour
Last modified: 2017-10-25 23:50:20 UTC
There are 2 views for the path : 1) /tmp/a 2) [tmp] [a] (as buttons) Let's see the history (accessible with "previous") for two different scenarii : SCENARIO 1: 0) I start into /home/user 1) I go to /tmp (editing the addressbar) : history = [ '/home/user' ] 1) I go to /tmp/a (I double-click on "a" folder) : history = [ '/home/user', '/tmp' ] 2a) I edit the address to write /tmp : history = [ '/home/user', '/tmp', '/tmp/a' ] 3a) I click on the previous button : my new location is '/tmp/a' SCENARIO 2: 0) I start into /home/user 1) I go to /tmp (editing the addressbar) : history = [ '/home/user' ] 1) I go to /tmp/a (I double-click on "a" folder) : history = [ '/home/user', '/tmp' ] 2b) I click on [tmp] in the address bar (view as buttons) : history = [ '/home/user' ] 3b) I click on the previous button : my new location is '/home/user' The behaviours between scenario 1 and scenario 2 are inconsistent. This can be even more disturbing in this case : 1) Go to /tmp/b 2) Go to /tmp (editing address bar) 3) Go to /tmp/a (double-click on "a" folder) 4) Click on [tmp] button ([tmp] is selected but [a] is still visible) 5) Click on previous button : [a] is replaced with [b] and [b] is selected (while /tmp/a was the real previous folder). This seems very strange for the user. PROPOSED SOLUTION: In my opinion, clicking on a button on the path button bar must create a new history entry instead of removing some of existing.
This has been recently fixed. *** This bug has been marked as a duplicate of bug 563009 ***