GNOME Bugzilla – Bug 642178
Locked tab is not really locked
Last modified: 2011-02-20 15:44:03 UTC
The new locked tab is not really locked in git release. To verify this do the following: 1. Lock a tab on /home/[username] 2. Go one step back in that tab. Result: You go back. (Tab is not locked) Trying to enter into /home/[username] however creates a new tab. The only time the tab is locked is during startup. Expected result (Well result that I would expect): Going back enters a new tab which is going back. The other locked tab is still in place. Now I am not sure which would be the best result but I see the following scenario as the tab not being locked. Any ideas?
This problem has been fixed in our software repository. The fix will go into the next, 1.4 release. Thank you for your bug report.
Thanks for the commit however I can still reproduce the problem. The only time this does not occur is when clicking on .. in the window. Backspace still makes the locked tab not stay locked.
I see it now. The previous commit started a new tab when pressing ALT+LEFT/RIGHT keys (or clicking on FIRST/PREV/NEXT/LAST toolbar buttons). I've fixed the problem - pressing LEFT/BACKSPACE will now open a new tab for locked ones.
Confirmed works now. Thank you.