-
Notifications
You must be signed in to change notification settings - Fork 280
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
[Bug] New tabs opened from pinned tabs are put at the end of the list #3296
Comments
Although there might be a bug here (open new blank tabs as a child of current tab should give you what you want) have you considered using:
Not sure if that breaks any other behaviors you wanted. This basically forces any new tabs to be inserted after the current one. In the case of pinned tabs, the new tab will be created at the top of the non-pinned tabs. |
I came to Github to post this, I've been trying to fix it with settings for MONTHS, I never want to break the settings I have because I am able to skip past grouped/foldered tabs with Ctrl+Tab with these settings when they are Lock as collapsed, in the past it would open the group and scroll through it. Anyway, @irvinm that worked, didn't know it was in about:config and tried in userchrome.css and TST's CSS settings first :) See if that breaks anything in the future, appreciate it. |
@valenting I've realized that TST need to treat the case specially. The commit d14a6b6 should fix this. @SHHSSH Does this fix affect your topic? |
It has, yes. Totally functional now and prioritises new tab as child tab even with native Firefox origins via bookmark toolbar opening. In years past it would only open as a child on certain conditional origins. |
This issue has been closed due to no response within 14 days after labeled as "fixed", 7 days after last reopened, and 7 days after last commented. |
Abstract
Instead of being opened at the top of the list, new blank tabs are opened at the end of the list of tabs.
Steps to reproduce
Configure TST to:
Expected result
When opening a new tab with Ctrl-T the new tab should open at the top of the list.
From a pinned tab, the new blank tab should be the first in the list.
Actual result
The new blank tab is put at the end of the list of tabs.
Environment
(I apologize if there is an option to achieve this behaviour already - I couldn't find it)
The text was updated successfully, but these errors were encountered: