You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behaviour when closing closing tabs opened from pinned tabs is incorrect when using the
Steps to reproduce
Start Firefox with clean profile.
Install TST.
Set tabs opened from pinned tabs to "Append to the end of the tree".
Open a tab and pin it.
Open another tab with the new tab button.
Open a new tab from inside the pinned tab and select it.
Structure is now:
A (pinned)
B
C (selected, opened from A)
Close tab C
Expected result
Tab B should be selected.
Actual result
Tab A is selected.
Opening a new tab while C is selected, either with the new tab button or from inside C, will fix the behaviour even if that fourth tab is immediately closed.
Environment
Platform (OS): Windows 10 x64
Version of Firefox: 57.0 (64-bit)
Version (or revision) of Tree Style Tab: 2.2.9
The text was updated successfully, but these errors were encountered:
Never mind, this is caused by browser.tabs.selectOwnerOnClose. I'd love to see an option to disable this from inside TST or at least a warning about it causing confusing behaviour.
Short description
The behaviour when closing closing tabs opened from pinned tabs is incorrect when using the
Steps to reproduce
Structure is now:
A (pinned)
B
C (selected, opened from A)
Expected result
Tab B should be selected.
Actual result
Tab A is selected.
Opening a new tab while C is selected, either with the new tab button or from inside C, will fix the behaviour even if that fourth tab is immediately closed.
Environment
The text was updated successfully, but these errors were encountered: