Skip to content

Fixed FragmentNavigate issue in ToolStripAccessibleObject#8248

Merged
Tanya-Solyanik merged 1 commit intodotnet:mainfrom
v-elnovikova:Issue_8033_Fixing_ToolStrip_ChildFragment
Nov 30, 2022
Merged

Fixed FragmentNavigate issue in ToolStripAccessibleObject#8248
Tanya-Solyanik merged 1 commit intodotnet:mainfrom
v-elnovikova:Issue_8033_Fixing_ToolStrip_ChildFragment

Conversation

@v-elnovikova
Copy link
Contributor

@v-elnovikova v-elnovikova commented Nov 22, 2022

Fixes #8033

Proposed changes

  • Removed duplicate items reordering in GetChildFragment and GetChildFragmentIndex methods
  • Modified FragmentNavigate to return null if ToolStrip's handle is not created
  • Modified unit tests to properly follow handle creation

Screenshots

Before
before

After
after

Microsoft Reviewers: Open in CodeFlow

…d duplicate items reordering. Fixed AccessibleObject.FragmentNavigate method to return null when control handle is not created.
@v-elnovikova v-elnovikova requested a review from a team as a code owner November 22, 2022 11:43
@ghost ghost assigned v-elnovikova Nov 22, 2022
@v-elnovikova v-elnovikova added the waiting-review This item is waiting on review by one or more members of team label Nov 22, 2022
Copy link
Contributor

@dmitrii-drobotov dmitrii-drobotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@Tanya-Solyanik Tanya-Solyanik merged commit 358c1a3 into dotnet:main Nov 30, 2022
@ghost ghost added this to the 8.0 Preview1 milestone Nov 30, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Dec 30, 2022
@v-elnovikova v-elnovikova deleted the Issue_8033_Fixing_ToolStrip_ChildFragment branch May 25, 2023 08:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

waiting-review This item is waiting on review by one or more members of team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Accessibility] The menuItem with Alignment: right setting is not displayed in UIA tree when setting MenuStrip's GripStyle as Visible

3 participants