-
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] Opening tab in new window works, but the sidebar (with TST) is closed instead of open. Have to open it manually. #3594
Comments
Sadly it is a problem of FIrefox itself. TST and any other WebExtensions API based addons cannot control initial state of the sidebar for new windows. |
@piroor we should probably close this one. There is not likely to ever be any changes with regards to this. |
I've researched again to consider possibility to implement the feature "controlling visibility of TST sidebar for newly opened windows", and finally I realized that it is sadly impossible. The API to open sidebar is not callable except handlers for the toolbar button or keyboard shortcuts. |
Is there an upstream issue for showing the sidebar automatically on new windows? |
There are two possible way to do "show TST sidebar in newly opened window", and they have different blockers. Idea 1:
Idea 2:
|
Seems to be fixed now. |
Firefox saves the last sidebar state when the last browser window is closed. |
Abstract
Steps to reproduce
Expected result
Sidebar with TST should be open by default in the new window.
Actual result
It isn't open by default.
Environment
The text was updated successfully, but these errors were encountered: