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

Freeze the currently active tab? #1

Open
freddyb opened this issue Nov 9, 2017 · 4 comments
Open

Freeze the currently active tab? #1

freddyb opened this issue Nov 9, 2017 · 4 comments

Comments

@freddyb
Copy link
Owner

freddyb commented Nov 9, 2017

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

@phoenix-meadowlark
Copy link

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 about:performance.

*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.

@freddyb
Copy link
Owner Author

freddyb commented Mar 6, 2021

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?

@phoenix-meadowlark
Copy link

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)."?

@peter-lyons-kehl
Copy link

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 tab nearest non-discarded tab to the left, or
  • the tab nearest non-discarded tab to the right, or
  • the previously selected tab - out of those the most recent one that is not discarded, or
  • open a new tab.

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

No branches or pull requests

3 participants