[Microsoft Edge][Vertical Tabs] New tab causes offscreen scroll when too many tabs
matt-kempster opened this issue · 9 comments
- When using Microsoft Edge (version 96.0.1054.57),
- and when using vertical tabs mode,
- and when there are more tabs open than can fit the screen,
- AND when this extension is used,
- THEN the new tab is correctly opened after the current tab and is focused properly,
- BUT the vertical tabs list is scrolled all the way down,
- which usually causes the new tab to be "offscreen".
Here is a video of that behavior:
a.-.Google.Search.and.37.more.pages.-.Personal.-.Microsoft.Edge.2022-01-03.21-07-14.mp4
Is there anything that can be done? Thank you!!
Having the same issues. Would be nice to have a fix. Otherwise, the app is perfect.
Hello, it seems to be the same problem as mentioned in #38 ("#scrollable-tabstrip").
My answer was :
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.
😢
Hello @matt-kempster and @marcodallagatta, it should be fixed on Chrome and Edge with the last release (0.4.6).
@ArnaudLigny, could the fix you have for this case also be made to work when links are opened by another process? As it is, even with version 0.4.6, for this kind of new tab creation, Edge still scrolls to the bottom of a very long list of vertical tabs, despite the tab opening where it should, next to the current active tab.
could the fix you have for this case also be made to work when links are opened by another process?
@asampal what do you mean by "another process"?
I mean another process that opens a web link or a file, e.g.PDF, for which Edge is the default application to handle that.
The extension is based on the event chrome.tabs.onCreated
so it can only handle this behavior.
That mean: click on the "+" in the tabs bar, ctrl
+ t
on a link, right click and "Open this link in a new tab", etc.
Doesn't that same event fire when a tab is opened due to the browser handling the mime type?
Doesn't that same event fire when a tab is opened due to the browser handling the mime type?
I don't know, could you provide an onlien example?