Tags
Accessibility, A11yFT, A11yMAS, A11yMediumImpact, MAS1.4.4, Large Text, Sev3, WinUI-2.5, Win32, Wipro
User Impact
People with Low vision are not able to identify the Action button/Informational link in Infobar canvas area.
Steps to reproduce the bug
Settings-->Display-->Set TextScaling to 200%
Steps to reproduce the behavior:
Launch the WinUI_2.5_TestApp
Expected behavior
Action/Informational link text should visible properly in Infobar tab content, when TextScaling is applied to 200%.
Actual behavior
Action/Informational link text is getting truncated in Infobar tab content.
Screenshots
Version Info
Win32
Windows OS Version: Windows 10
App: WinUI_2.5_TestApp
The height is fixed to 24 which is what is causing it. If we remove it button will by default get 32 pixels. @gabbybilka Is there a requirement to keep the height 24 ?
The height of the button is 24px (compact styling) as the control height itself is only 40px so we needed ample spacing. We wanted to keep the control vertically short as it is likely to be horizontally long to reduce visual impact of what is often just a single line of text. We're currently looking into increasing the height to 48px as part of a styling update anyways. The designs with the increased 48px height have 32px buttons.
Would we want to move forward with the default button height and 48px control height for this release then?
Edit: I misinterpreted the button designs, they are 32px 😊
ok. we can just remove the Height on the buttons and hyperlink then and let it grow based on text scaling.
I would like to work on this.
Thank you!
Most helpful comment
I would like to work on this.