-
Notifications
You must be signed in to change notification settings - Fork 44
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
Consider reverting commit 2265251 #32
Conversation
If we revert it, we get at least two more problems to handle:
Opening a link in a new tab without breaking anything is a nontrivial task. |
This reverts commit 2265251.
Yes, I meant 2265251.
Then let's make it do it, it's trivial.
There must be a way to fix it, we just need to use the exact same function as Firefox does to handle middle-clicks. |
It seems to be handleLinkClick and functions called from it. Overridden by about half of these extensions each. Oh, and it takes the click event, which is immutable AFAIK. |
I created issue #33 to figure out how to play nice with other extensions. |
I think I'm affected by this as well, even though I don't have tab management extensions. |
@kodabb, pretty strange. Currently all links are forced to have target="_blank". Do such links in other tabs also behave the same way? |
@tanriol, any comments on the pull request? |
There has been negative feedback from users, the change clearly broke some people's habits and is causing them frustration. As there never were any requests to change the behaviour to begin with, I'm afraid this change was a bad decision.