-
Notifications
You must be signed in to change notification settings - Fork 8
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
Closing tabs jumps to first rather than next tab #58
Comments
Thanks @buethastum. I don't have time to work on this right now but PRs always welcome. |
I ran into this bug as well, reproduced it on both MacOS and Windows, and tracked down the cause. The problem is the I don't have enough familiarity with the relevant APIs to know why this clause was included or what side effects removing it might have (though I haven't run into any problems in my own testing), so I won't do a PR, but as I say the fix is extremely simple. I've included a patch below, and please feel free to roll a change like this into the official extension if you believe it won't cause any problems. Thanks for the great extension!
|
By the way, these are the steps to reproduce the bug:
If you disable the link-fixer extension and repeat this test, the focus will move to tab 2 in step 4. This bug only occurs with Firefox, by the way -- link-fixer for Chrome appears to work as expected. |
After some quick testing, it seems that passing link-fixer/background-script.js Line 183 in 0153cbf
Same result occurs if the If this is only an issue on Firefox, we might leave the old |
Hi
Thanks for a nice and useful plugin. A minor bug (or maybe a feature request): When closing a tab after having opened a bunch, with link-fixer activated Firefox jumps back to the tab from which I've opened the other tabs, rather than to the next tab in line as is the normal behavior with the add-on activated. Would be nice to have that behavior with link-fixer on as well.
Regards,
Bue
The text was updated successfully, but these errors were encountered: