Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After stashing a tab, set the new active tab to the tab next to the stashed one #486

Open
haraguchi30 opened this issue Jun 19, 2024 · 2 comments
Labels
i-enhancement New functionality

Comments

@haraguchi30
Copy link

Problem Statement

I usually have a lot of tabs opened. When I statsh a tab, the active tab is set to the latest tab I opened before the stashed one.
For exemple, I open Tab A, Tab B, Tab C, Tab D. Then I open Tab E from Tab A. The displayed order of the tabs will be: Tab A - Tab E - Tab B - Tab C - Tab D. When I stash Tab E I will be moved to Tab D. When I have 50 tabs opened it can be confusing and I usually have to scroll trought the tabs to find Tab A again.

Preferred Solution(s)

What would be nice is : after I stash a tab, switch the active tab to the tab on the left of the stashed tab. Using the previous exemple the desired behaviour will be: When I stash Tab E, Tab A become the active tab.

Thank you for your work!

@josh-berry
Copy link
Owner

Thanks for the feature request! Right now, Tab Stash mimics Firefox's behavior on tab close, which is to select the next tab AFTER the one being closed (if one exists), or the tab BEFORE the one being closed (if the last tab is the one being closed/stashed).

Always switching to the tab before (/on the left) of the stashed tab would be inconsistent with what FIrefox does, but I'll keep this in mind as an option to be added.

@josh-berry josh-berry added the i-enhancement New functionality label Jun 28, 2024
@haraguchi30
Copy link
Author

Thank you. I was able to experience the right behaviour you were talking about when I switched completely to Tab Stash to navigate through my tabs. I was previoulsly mainly using Firefox's horizontal tabs. I don't know if the problem came from there but it is all good now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i-enhancement New functionality
Projects
None yet
Development

No branches or pull requests

2 participants