-
Notifications
You must be signed in to change notification settings - Fork 70
"Open Link in Background Tab" opens two tabs instead one #335
Comments
I think this happened because of the update from firefox 95 to firefox 96. |
This is happening with similar extensions too, might give a hint what the underlying problem is: philc/vimium#3986 |
Also occurring on Arch Linux, Firefox 96. Can't recall if this was happening before the update to 96, or just after. |
Just noticed this issue as well although I'm on nightly 98.0a1. Arch Linux as well. It's probably obvious but worth noting this also happens when you open link in foreground tab as well. |
@eejdoowad Could we have fix for it? It's already been fixed in Vimium. |
I have a semi fix at #337. I don't know where to put the It checks to see if the Firefox user agent is >= 96 before applying the fix, as that's about when it broke. But the problem is: I'm on Arch, which has the latest Firefox build available (96). But when I was testing, Firefox was still reporting the user agent string as Firefox 91 (even after a kill and relaunch of Firefox). So the version check isn't effective for me. I tested this with Vimium, which @ris58h above just mentioned has already had this fixed a month ago, and the version check they use also doesn't work for me. The tab duplication persists. Is this Mozilla's bug, or something I'm missing? I'm not a web developer, so this is new to me. |
Nevermind, it looks like the user agent problem is because I have |
@Seanld it seems like Vimium has PR for fixing the issue with |
Not sure what's going on with the |
As said in philc/vimium#4000 (comment),
|
Any progress on this issue? It persists on Firefox Developer Edition v105 in Arch Linux as of today |
my browser: firefox 96.0b9 (64-bit), linux ubuntu
The text was updated successfully, but these errors were encountered: