NiklasGollenstede / unload-tabs

WebExtension that unloads tabs and prevents tabs from loading
https://addons.mozilla.org/addon/unload-tabs/
Mozilla Public License 2.0
69 stars 13 forks source link

When closing a selected tab (A) next to an unloaded tab (B), B is briefly selected and gets the loading icon, before another tab (C) is correctly selected #19

Closed l10nelw closed 6 years ago

l10nelw commented 6 years ago

B remains unloaded but retains the loading icon indefinitely, until manually selected and loaded.

Happens with the "Prevent Firefox from loading unloaded tabs" option enabled.

NiklasGollenstede commented 6 years ago

Sorry for the late reply. This is a known Issue, mentioned on the post-installation page:

Preventing tabs from loading doesn't always work completely. This is due to the way WebExtensions work. They report things (like the closing of a tab) asynchronously, that is, after it already happened. Sometimes (often randomly) that is too late. In these cases, UnloadTabs tries to revert the default actions, but that may not always work entirely: