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

Implement AccessibilityActions #3475

Merged
merged 1 commit into from
Oct 29, 2019
Merged

Implement AccessibilityActions #3475

merged 1 commit into from
Oct 29, 2019

Conversation

licanhua
Copy link
Contributor

@licanhua licanhua commented Oct 21, 2019

fix #2765

add new AccessibilityActions: invoke, addToSelection, removeFromSelection, select, toggle, expand and collapse.

The following tasks are not in the scope of this PR, but they are related.

  1. I did the test manually. Expect automation when Create native module to support Accessiblity testing. #3473 is delivered.
  2. The typescript for AccessiblityAction is not ready yet, and expect it be delivered in Make typescript of react-native to support accessibilityActions like invoke, addToSelection, removeFromSelection, select, toggle, expand and collapse #3474
  3. I applied a workaround in ABI/idl/AccessibilityAction, and it should be removed when implementing Support 2.0 CppWinRT #2455
Microsoft Reviewers: Open in CodeFlow

@licanhua licanhua requested a review from a team as a code owner October 21, 2019 23:34
@licanhua
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Pull request contains merge conflicts.

@licanhua
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@licanhua licanhua merged commit 97955e9 into microsoft:master Oct 29, 2019
@licanhua licanhua deleted the action2 branch October 29, 2019 23:33
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.

Implement accessibilityActions
3 participants