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

Win11 fixes #19

Merged
merged 14 commits into from
Jan 23, 2023
Merged

Win11 fixes #19

merged 14 commits into from
Jan 23, 2023

Conversation

jacob-ewald
Copy link
Contributor

Microsoft has changed how certain controls behave and it seems to be dependent on both .Net version and OS version. The changes here are intended for .Net 4.8 and Windows 11.

  • Combo boxes now only implement the invoke and expand/collapse patterns until it's expanded. Once opened, the selection pattern should be available after finding the ComboLBox child control.
  • Table headers are now nested underneath a table header control that contains all of the headers as direct children
  • A combo_box is no longer synonymous with a select_list since that control type seems to be more for list boxes or tree views
  • Certain menus need to be opened in order to enumerate their child menu items

@jacob-ewald jacob-ewald marked this pull request as ready for review January 21, 2023 00:38
@jacob-ewald jacob-ewald merged commit 0fdf328 into master Jan 23, 2023
@jacob-ewald jacob-ewald deleted the win11-fixes branch January 23, 2023 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants