projectdelphai / panorama-tab-groups

An add-on for Firefox that implements the old Tab Groups/Panorama functionality
https://projectdelphai.github.io/panorama-tab-groups/
Mozilla Public License 2.0
313 stars 54 forks source link

Pinned tabs override group focus #75

Open DatGrey opened 5 years ago

DatGrey commented 5 years ago

When having one or more tabs pinned, selecting the pinned tab while having a group active seems to be setting the pinned tab as having focus for the other groups as well; let me explain better with an example.

1) There are two groups open, each with their own tabs, and a shared pinned tab. The last used tab in group 2 is the first non-pinned tab. 2) Group 1 is active, I select the pinned tab then go back to any other unpinned tab. 3) When I go back to group 2 by pressing Alt+W the selected tab is the pinned one, instead of the first non-pinned one (which is the last used one in group 2).

I think switching groups should always go back to the last used tab in the active group if possible.

DatGrey commented 5 years ago

As an update, I've noticed this only happens for the group in which the pinned tab was originally opened; this makes the above example true only if the pinned tab was initially opened in group 2. Maybe this has something to do with issue #57?