-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Tabs in title bar are cut off when scrolling the tabs + tabs not scrolling automatically #857
Comments
@teaP might be interested in this |
I just pulled this repo and recompiled, and it works fine. But please test it for yourself before closing this issue, because it may break again in the next commmit. 😀 |
I've just experienced the same issue, but in my case it also caused some tabs not to be displayed at all. Details:
|
My tab is not even scrolling on my computer. If i have too many tabs open I just can access it until i close a few tabs. |
* We had to move to the final API: * Items -> TabItems * Items.VectorChanged -> TabItemsChanged * TabClose -> TabCloseRequested * TabViewItem.Icon -> TabViewItem.IconSource * TabRowControl has been converted to a ContentPresenter, which simplifies its logic a little bit. * TerminalPage now differentiates MUX and WUX a little better * Because of the change from Icon to IconSource in TabViewItem, Utils::GetColoredIcon needed to be augmented to support MUX IconSources. It was still necessary to use for WUX, so it's been templatized. * I moved us from WUX SplitButton to MUX SplitButton and brought the style in line with the one typically provided by TabView. * Some of our local controls have had their backgrounds removed so they're more amenable to being placed on other surfaces. * I'm suppressing the TabView's padding. * I removed a number of apparently dead methods from App. * I've simplified the dragbar's sizing logic and eventing. * The winmd harvester needed to be taught to not try to copy winmds for framework packages. * We now only initialize the terminal once we know the size Closes #1896. Closes #444. Closes #857. Closes #771. Closes #760.
🎉This issue was addressed in #3027, which has now been successfully released as Handy links: |
This bug-tracker is monitored by Windows Console development team and other technical types. We like detail!
Please use this form and describe your issue, concisely but precisely, with as much detail as possible
Your Windows build number: (Type
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.18898.1000]
What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)
Video demonstration of both issues below
What's wrong / what should be happening instead:
The text was updated successfully, but these errors were encountered: