-
Notifications
You must be signed in to change notification settings - Fork 7
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
Freeze the currently active tab? #1
Comments
Could this be mentioned in the extension description? It means that single tab windows cannot be frozen, and since the extension doesn't give any indication that it failed to freeze the current tab*, I assumed something was broken when the tabs still showed up in *you'd know it failed if you knew that the extension blanks out discarded tabs, but that it does that (instead of maintaining the current DOM) isn't obvious before you've used it successfully. |
Hm, I think this is mostly a shortcoming of the provided APIs. No foreground tab can ever be discarded :/ Do you want to make a more specific recommendation given the existing description? |
Yeah, I was guessing as much :/ Maybe something like "Note: tabs in the foreground of a browser window cannot be discarded (and trying to do so will have no effect)."? |
If the user clicked to discard the current tab, this add-on could first switch to another tab, and then freeze that previous tab. The benefit: This would allow us to have a toolbar button - instead of right click and going down the context menu. As to which other tab to switch to, suggest having a preference/config option:
|
The currently active tab can't be frozen.
What to do, when user tries to freeze currently active tab?
We could navigate to the next tab and then freeze the previous one, suggests caspy7
The text was updated successfully, but these errors were encountered: