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

Feature Request - Enable access to all the open tabs on the menu bar (alternative to ctrl+shift+tab) #1262

Closed
dash-mode opened this issue Jun 14, 2019 · 9 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@dash-mode
Copy link

dash-mode commented Jun 14, 2019

Summary of the new feature/enhancement

Enable scrolling on the menu bar to be able to access all the open tabs in the windows terminal.

At the moment, after I open (say) 5 new tabs in the terminal, I am unable to access the tabs after the first few open tabs without closing a few tabs (so that the tab that I am looking for is available on the menu bar)
terminal_issue
I have 5 tabs open, but, as you can see in the image, I can only access three tabs through the menu bar.

I am aware that one can change tabs using ctrl+shift+tab. But I feel this would be an integral feature, as it is a basic option available in most applications.

Proposed technical implementation details (optional)

To add an option of showing all the open tabs when the drop down button is clicked. Right now, it shows all the profiles available.
terminal_issue

Details

Microsoft Windows [Version 10.0.18917.1000]
Tools - VS2017 and VS2019

@dash-mode dash-mode added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Jun 14, 2019
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jun 14, 2019
@dash-mode dash-mode changed the title Feature Request Feature Request - Enable scrolling on the menu bar to be able to access all the open tabs Jun 14, 2019
@dash-mode dash-mode changed the title Feature Request - Enable scrolling on the menu bar to be able to access all the open tabs Feature Request - Enable access all the open tabs on the menu bar Jun 14, 2019
@dash-mode dash-mode changed the title Feature Request - Enable access all the open tabs on the menu bar Feature Request - Enable access to all the open tabs on the menu bar (alternative to ctrl+shift+tab) Jun 14, 2019
@zadjii-msft
Copy link
Member

You can scroll the tabs with the mouse:
scroll-tabs-000

You might need to resize the window once first - we're using a VERY early prelease version of the TabControl.

@cinnamon-msft is working on a spec for how tabs should be sized, and the various different settings to control them.

This looks to me like it could be a dupe of either of: #857 #597

@dash-mode
Copy link
Author

I am unable to scroll with trackpad. But it might be an issue on my laptop only.
Any suggestions on how I can fix this on my laptop?

@zadjii-msft
Copy link
Member

I believe that's #444. Again, it's a very early prerelease of the tab control, and there'll be lots of improvements in this space soontm

@Summon528
Copy link
Contributor

Technically you can scroll it with a trackpad, though you have to swipe the pad from up to down to simulate mouse scroll. I know that super ultra counter intuitive 🤣

@dash-mode
Copy link
Author

Oh you are right. Can it be changed in the settings?

@zadjii-msft
Copy link
Member

@dash-mode not currently, I'm presuming this is a bug in the tab control implementation. @teaP can call me out though if this is expected behavior

@teaP
Copy link

teaP commented Jun 14, 2019

That's a little odd since there is support for < and > scroll buttons in tabview right now. Terminal may be able to update their version and get better behavior. If that doesn't work let me know!

@dash-mode
Copy link
Author

Could someone tell me where I can seethe tab control implementation in the project folder?

@DHowett-MSFT
Copy link
Contributor

@dash-mode you can find the TabView implementation in the Microsoft/microsoft-ui-xaml repo here. Be wary, @teaP is actively working on it and it's got a spec review going on here.
If you've got input on features the tab control needs to support please feel free to weigh in on the spec. No promises that it'll get them for version 1, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

5 participants