-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: essentials and pinned removed on ctrl-tab #9012 #11333
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
base: dev
Are you sure you want to change the base?
Conversation
…d tabs in ctrl-tab menu
|
|
mr-cheffy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, some minor changes, could you please guide me on how you would remove a tab from the ctrl+tab menu though?
src/browser/components/tabbrowser/content/browser-ctrlTab-js.patch
Outdated
Show resolved
Hide resolved
src/browser/components/tabbrowser/content/browser-ctrlTab-js.patch
Outdated
Show resolved
Hide resolved
|
I can edit to make the setting also a condition for the behavior of remove on Ctrl-Tab Menu |
|
Is there an update @mr-cheffy ? |
|
I still don't know how I would remove a tab from the ctrl tab menu though, I couldn't reproduce yet, maybe I'm doing it wrong |
|
i dont understand? Do you mean remove as in remove it from the menu or remove it from the sidebar. Or did you mean unload? |
|
So, its pressing ctrl+W while ctrl+tabing, right? |
|
Yup. That is correct. Its the short to unload/remove inside the Ctrl-Tab menu. You have to hold |

Fix:
✅ Detects essential/pinned tabs
✅ Routes them through onCloseTabShortcut to unload instead of remove
✅ Updates the Ctrl+Tab UI properly (removes preview, updates list)
Fixes #9012