Open grahamperrin opened 6 years ago
Thank you for reporting this. I was not immediately able to reproduce it, but once I do, I'll fix it.
Got this problem, too, when the tab to activate is in a different window. Need to
item.windowId
in collectTabs()
.browser.windows.update(tabToActivate.windowId, { focused: true })
in activateTab()
to focus the tab's window.Add that, and this extension will be just what I need.
Here, for example:
Above the search field: a click on 'Activate tab' does not activate the one tab that's found.
If instead I click below the search field, on the name of the found tab, that area of the interface disappears, and the tab that I clicked is not activated.
Waterfox 56.0.4_4 on FreeBSD-CURRENT.