-
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] Pinned tabs display poorly #3694
Comments
Ok so I investigated further and noticed the tab was in a container with So I guess the issue of the ghost tab is solved, and this bug becomes an issue that TST doesn't seem to display the pinned tab properly. |
Could you inspect what is the source of the unexpected gap, with the developer tools? https://github.com/piroor/treestyletab/wiki/How-to-inspect-tree-of-tabs#how-to-inspect-the-sidebar |
I've added some codes to output more information which may help our debugging. Could you try the latest development build and collect logs only with the module "sidebar/pinned-tabs"? Here is my logs: |
This issue has been labeled as "stale" due to no response by the reporter within 1 month (and 7 days after last commented by someone). And it will be closed automatically 14 days later if not responded. |
Sorry have been away, will try look into this next week. |
Abstract
Edit: Behaviour described below is expected behaviour of a pinned tab.
The bug is that pinned tabs display poorly, and seem to cause unusual issues when control + tabbing, selecting them, etc.
Difficult to explain... when I open Firefox (which is set to not reopen any previous tabs, and only open a blank tab), TST shows as its first tab a sort of ghost tab. It is the same tab all the time. If I close Firefox and open it again, the same tab is shown as this ghost tab. Similarly, if I go to the ghost tab and change its URL, then it is permanently the new URL.Steps to reproduce
Open Firefox. A ghost tab is shown, and a new blank tab (See screenshot below)3. Open many new tabs, do normal browsing, etc. Everything works normally except the ghost tab stays there. Control + W etc. won't close it. Right click on menu and close does close it, but only if it's the last tab (and the whole browser then closes)4. Close browser.
5. Restart browser.
6. Browser opens as per step 1, with the ghost tab and the new blank tab.
7. Close browser in a way that re-opens existing tabs (i.e. from a Firefox update, or via about:profiles "Restart normally"
8. Browser reopens with all existing tabs opened again as expected, but the ghost tab stays there.
9. Select the ghost tab and change its URL in the address bar to a different site. The ghost tab now stays as that site until manually changed again. Even after restarting Firefox multiple times, the ghost tab will always open and will always be the site that it was last set to.
Environment
The text was updated successfully, but these errors were encountered: