You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching for an image from a container-tab in Firefox through the context menu, the opened tab isn't opened in the container but in the "root" container (i.e. no container). This is because the tab created by searchEngine doesn't include the openerTabId.
Patch
Since this project doesn't allow PRs (?!), I'm posting the diff here. It's two lines that need to be edited in src/background/main.js.
I've seen some bugs after openerTabId was added to Web Archives, and ended up removing it for the time being. One I remember was with Firefox and regular tabs: when you were searching on multiple engines at once and closed the tab of a search result, the focus would jump to the openerTabId tab instead of the next tab in the tab strip. An attempt was made to chain openerTabId among search results, but that of course also resulted in the active tab jumping around if the tabs were rearranged before closing.
I'll give it another go at some point, but it will take considerable time despite the small change, because we have to test a bunch of platforms and use cases.
dessant
changed the title
Search Queries in Firefox Don’t Respect Their Container (Created Tabs Don’t Include Their Opener)
Open new tabs in the current Firefox container
Apr 5, 2022
Wouldn't the issue of the tab focus jumping around be a minor annoyance compared to the lost functionality of having the extension respect tab containers?
System
Bug description
When searching for an image from a container-tab in Firefox through the context menu, the opened tab isn't opened in the container but in the "root" container (i.e. no container). This is because the tab created by
searchEngine
doesn't include theopenerTabId
.Patch
Since this project doesn't allow PRs (?!), I'm posting the diff here. It's two lines that need to be edited in
src/background/main.js
.The text was updated successfully, but these errors were encountered: