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

[0.74] Rework modal to be implemented entirely using public APIs #14271

Merged
merged 6 commits into from
Jan 13, 2025

Conversation

acoates-ms
Copy link
Contributor

@acoates-ms acoates-ms commented Jan 10, 2025

Cherry pick #14256, #14019 and #14212 to 0.74

chiaramooney and others added 6 commits January 10, 2025 14:28
)

Adds support for ISelectionProvider interface
Adds support for ISelectionItemProvider interface
Adds support for accessibilityState:selected
Adjusts AccessibilityState native type on Windows to be std::optional instead of bool
Adjusts AccessibilityState native type on Windows to include multiselectable and required fields of type std::optional
Adds multiselectable and required fields to AccessibilityState type in JS with type boolean | undefined
Adds support for aria-multiselectable and aria-required.
Adds support for the following accessibilityActions: addToSelection, removeFromSelection, select
Fixes crash in AccessibilityInsights.
…ementation (microsoft#14212)

* IRangeValue Provider

* Adjust ReadOnly to Use Prop Value

* Complete IRangeValueProvider Implementation

* Change files

* Update Snapshots
…14256)

* Rework modal implementation to use public APIs

* shutdown fix

* Change files

* format

* remove dead code

* format

* fixes

* fix

* UIA tree for root component should be kept distinct from main UIA tree

* input offset fix for sub rootviews

* Split modal into two componentview's so that we dont have multiple roots in our componentview tree

* format

* Ensure rootview removes itself from the island, before a new one adds itself on instance reload

* defork some modal test pages

* remove override
@acoates-ms acoates-ms marked this pull request as ready for review January 11, 2025 02:05
@acoates-ms acoates-ms requested review from a team as code owners January 11, 2025 02:05
@acoates-ms acoates-ms enabled auto-merge (squash) January 13, 2025 17:03
@acoates-ms acoates-ms merged commit 68fb4fd into microsoft:0.74-stable Jan 13, 2025
99 checks passed
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.

3 participants