jokokko / tabatus

MIT License
0 stars 0 forks source link

'Activate tab' does not activate the tab #1

Open grahamperrin opened 6 years ago

grahamperrin commented 6 years ago

Here, for example:

2018-02-28 01 43 26

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.

jokokko commented 6 years ago

Thank you for reporting this. I was not immediately able to reproduce it, but once I do, I'll fix it.

tmwoodruff commented 6 years ago

Got this problem, too, when the tab to activate is in a different window. Need to

  1. Save item.windowId in collectTabs().
  2. Call 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.