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
This is due to how session store works in Firefox
If a tab is unloaded, setting attributes on it won't be remembered
So if you have some load tabs & unloaded tabs and you try to change the group (or ungroup),
the result for loaded tabs will be remembered, while those for unload tabs will be discarded (after restart)
Solution
User should be warned to take action to load all affected tabs
The text was updated successfully, but these errors were encountered:
tabkit/tab-highlighter#3
Why the behaviour exsits
This is due to how session store works in Firefox
If a tab is unloaded, setting attributes on it won't be remembered
So if you have some load tabs & unloaded tabs and you try to change the group (or ungroup),
the result for loaded tabs will be remembered, while those for unload tabs will be discarded (after restart)
Solution
User should be warned to take action to load all affected tabs
The text was updated successfully, but these errors were encountered: