-
Notifications
You must be signed in to change notification settings - Fork 7.1k
#39649 #39915
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
base: main
Are you sure you want to change the base?
#39649 #39915
Conversation
Please review |
Unless my two second review is incorrect, |
Hey @zadjii-msft! I understand so I reverted that CommandBar.xaml change and I saw in ShellPage.xaml that it was doing Wrap whole words but links are counted as one so I added a good ol' plain wrap just for hyperlinks. |
@zadjii-msft could you get this tested and approved |
@niels9001 can you take a look quickly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks a lot @crutkas and @niels9001 for approving my first PR |
@niels9001 Why hasn't this been merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't even compile.
How doesn’t it compile |
@zadjii-msft it should compile |
Did you build the When I tried to test this change locally, I got:
|
It should work as TextWrapping definetely works in WinUI |
@zadjii-msft Wait, now try compiling |
@zadjii-msft I have fixed it now and it should work |
This comment has been minimized.
This comment has been minimized.
I just synced my fork and spell check is going off??? |
This comment has been minimized.
This comment has been minimized.
Again!!!!!!! |
@niels9001 can you approve this code |
Plz approve @niels9001(sorry for pinging). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary of the Pull Request
This PR addresses an accessibility and usability issue in the Command Palette details pane when the system text size is set to 225%. Previously, the details text did not wrap, causing horizontal scrolling and making the content difficult to read. With this fix, the details text should wrap, improving readability and accessibility for users with large text settings.
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed
Not performed yet but will perform
Set system text size to 225% and verified that the details text wraps as expected in the Command Palette.