TheNamlessGuy / browser-tab-grouper

Firefox plugin for grouping tabs
15 stars 0 forks source link

Swapping between tab groups while the first group is still opening causes issues #12

Open TheNamlessGuy opened 1 week ago

TheNamlessGuy commented 1 week ago

Especially if you keep swapping afterwards.

Maybe add a check in the open/collapse loops for whether or not the current group should continue to be opened/collapsed or not?

Broken out from this comment.

Unsafewater commented 1 week ago

Hi, i have managed to reproduce this on a much faster computer with a significantly reduced number of tabs, so the issue isn't necessarily related to the slow performance. It is just much much easier to trigger with the slow performance. It seems there is a small delay between clicking the group tab and the tabs showing, and in that delay it is possible to click another group while this first one isn't open and triggering this behavior. The only way i have found to reliably exit the loop is by closing one or both of the group tabs that are looping, which is very problematic when i have the "Prompt me if i try to close the group tab" option selected.