-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Focus change does not filter pending tabs or applies closing tab #59
Comments
I think this is hard to be fixed because this is a bootstrapped (restartless) addon. To keep addon dynamically uninstallable, we must use only public APIs of Firefox e.g. "TabClose" event. However, Firefox changes tab selection before a "TabClose" event is fired, and we cannot know the changing tab selection is triggered by a closing of the current tab or not... |
And I think 96e0f6c improves the behavior partially. |
Regarding that commit, shouldn't the line I'm assuming the desired behavior is that if all other tabs are pending, then the nearest/most appropriate pending tab is selected. |
Oops! |
The commit 25cd63e fixes my mistake... |
Suspend tab is nice enough to allow configuring which tab to focus if the current tab is suspended. As part of its options, it allows skipping suspended tabs. This is pretty nice, because it means tabs aren't loaded if you don't want them to. But it has two problems:
Apologies if this should have been opened as two separate issues, but they seem very closely related.
The text was updated successfully, but these errors were encountered: