-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Please make it compatible with #scrollable-tabstrip #38
Comments
Hello @amymor, after some tests it appears this experimental feature auto scroll to the end of the tab bar regardless of the location of the newly opened tab. I think this is not a normal / ideal behavior, but my extension has nothing to do with it: I have no control over the tabs scroll bar. So I will try to create a issue for the Chrome dev team. |
I came here for a similar reason but have found a little bit of a work around via another extension called New Adjacent Tab. Pinning the extension to the bar allows you to left click and open a new tab without it scrolling, so maybe you could ask them about how they have things set up? Personally, I'd rather not have another thing I need to pin to the already cluttered bar lol |
yeah i use https://chrome.google.com/webstore/detail/new-adjacent-tab/fommpldicogfgegfpcoibmhkbbdpodjg The code is open source at https://github.com/gilmoreorless/chrome-new-tab-here |
doesnt work on ungoogled chromium 117.0.5938.89 and 115.0.5790.131, tried on fresh profile and also with new exprimental Chrome refresh 2023 design. idk, something may have been striped by ungoogled and your extension needs them to work. anyway thanks for taking your time. |
Issue added to "Known issues" section of the readme: https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/edit/master/README.md#known-issues |
hello
i enjoyed your extension but at least one problem remains.
if i enable chrome: // flags / # scrollable-tabstrip, the tabs pane will be scrolled to the last.
it also happens for settings and history tabs and etc. but opening the link in the new tab doesnt have this problem. i think because Chrome opens these tabs to the last so the browser automatically scrolls to last. can you fix it?
thanks
The text was updated successfully, but these errors were encountered: