Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: workaround for the scrollable tabstrip issue #48

Merged
merged 4 commits into from
Sep 26, 2023

Conversation

hugo-caires
Copy link
Contributor

@hugo-caires hugo-caires commented Sep 23, 2023

This workaround should solve the issues #35 and #38.

This has been driving me crazy as I usually have a huge amount of tabs opened, so every time I opened a new tab, I had to scroll all the way from the end of the tabs bar to wherever the new tab was opened.

What it does is: once the new tab is moved, activate the opener tab (the tab that originated the new tab) and then activate the new tab once again.
This forces the browser to update the tabs bar scrolling.

Note: there might be an issue if the tab.openerTabId is not available though.

@ArnaudLigny
Copy link
Owner

ArnaudLigny commented Sep 26, 2023

Thanks a lot @hugo-caires.

I have taking the time to test you fix (workaround) on Chrome and Edge, and it's works as expected 👍

I will try to publish a new release quickly on stores.

@ArnaudLigny ArnaudLigny merged commit 7090e86 into ArnaudLigny:master Sep 26, 2023
@ArnaudLigny ArnaudLigny changed the title Workaround for the scrollable tabstrip issue fix: workaround for the scrollable tabstrip issue Sep 26, 2023
@ArnaudLigny ArnaudLigny self-requested a review September 26, 2023 22:10
@asampal
Copy link

asampal commented Sep 27, 2023

I can hardly wait! As with @hugo-caires, the behavior reported by @hugo-caires is a huge pain for me, as well.

@asampal
Copy link

asampal commented Sep 30, 2023

@ArnaudLigny will you get this new version posted to the stores soon? I installed from the release archive, but Edge keeps prompting me about removing developer mode extensions.

@ArnaudLigny
Copy link
Owner

@asampal the release 0.4.6 is already available on Chrome store, but I'm waiting too for Edge... :-/

image

@asampal
Copy link

asampal commented Oct 1, 2023

Is there any significant difference between the Chrome and the Edge extensions? If there isn't, I could just install from the Chrome site.

@ArnaudLigny
Copy link
Owner

Is there any significant difference between the Chrome and the Edge extensions? If there isn't, I could just install from the Chrome site.

Absolutely no differences :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants