philc / vimium

The hacker's browser.

Home Page:https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tab navigation doesn't work with saved tab groups.

stefangluszek opened this issue · comments

*Tab navigation doesn't work for saved tab groups

Recently google chrome added a new feature making it possible to save tab groups.
Once you add tabs to a saved group, you won't be able to navigate to that tab with vimium.

To Reproduce

Steps to reproduce the behavior:

  1. Add any page to a new tab group
  2. enable the save group feature for the group
    image
  3. open a new tab with any url
  4. try go to the tab with T using vimum, even after the selection your tab will not change. Once you disable the save group feature the navigation starts working again.

Include a screenshot if applicable.

Browser and Vimium version
Version 120.0.6099.216 (Official Build) (64-bit)
Vimium: 2.0.5

Thanks for filing. I was able to reproduce this. When we call chrome.tabs.update to make the chosen tab active, it fails with "Saved groups are not editable."

This looks like a Chrome bug with the new feature; I've filed it here

+1: I also reproduced this.

(Here is just a mark for me to follow this issue).

When the save option is enabled, the vomnibar search feature doesn't work as well