bradcush / mark-tab-manager

Mark is a minimalist tab manager in the form of a browser extension that organizes tabs as you browse. With Mark, tabs are automatically grouped by domain and sorted alphabetically.
Apache License 2.0
16 stars 3 forks source link

Collapsed groups not automatically opening when tabs added #180

Closed bradcush closed 2 years ago

bradcush commented 3 years ago

Recently there seems to be an issue with existing groups not opening automatically as they did in the past when a new tab became a part of a group that was currently collapsed. This was previously relying on the fact the browser would do this automatically but might need to be specifically implemented to uncollapse groups in this situation.

bradcush commented 2 years ago

~This bug seems to only be reproducible when testing the released version specifically installed from the store. Using an unpacked extension built using either the dev or prod builds works as expected.~ Was found to be actually reproducible in both versions specifically when the "Show group tab count" option was disabled.