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

Close/Maximize/Minimize button's name is lost in window if added ui:WindowHelper.UseModernWindowStyle="True" #229

Closed
bjit311 opened this issue Dec 9, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@bjit311
Copy link

bjit311 commented Dec 9, 2020

The Close/Maximize/Minimize buttons control's name become if added ui:WindowHelper.UseModernWindowStyle="True" in window

without ui:WindowHelper.UseModernWindowStyle="True"
before

with ui:WindowHelper.UseModernWindowStyle="True"
after
Minimize -->M20,8l20...
Maximize-->M20,0L20...
Close-->M11,...

@ShankarBUS
Copy link
Contributor

ShankarBUS commented Dec 9, 2020

That's not the name, that's the path data of the content within the buttons.

Accessibility is indeed an important scope of software development.

@bjit311, what tool are you using to find the accessibility of the application?

Nevermind, I found it https://docs.microsoft.com/en-us/windows/win32/winauto/inspect-objects.

Do you know how to fix it?

@Kinnara Kinnara added the enhancement New feature or request label Jan 4, 2021
@Kinnara Kinnara added this to the 0.9.3 milestone Jan 4, 2021
@Kinnara Kinnara closed this as completed in 47b84d5 Jan 4, 2021
@Kinnara
Copy link
Owner

Kinnara commented Jan 4, 2021

Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants