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

A11y desktop fix the method call #14056

Merged
merged 1 commit into from
Nov 27, 2019
Merged

A11y desktop fix the method call #14056

merged 1 commit into from
Nov 27, 2019

Conversation

nturgut
Copy link
Contributor

@nturgut nturgut commented Nov 27, 2019

Wrong method was getting called, so it was bypassing the check to see if semantics were already enabled. If semantics is enabled the placeholder is null. This was the cause of null errors.

Fixing: flutter/flutter#45709

@nturgut nturgut requested a review from yjbanov November 27, 2019 18:06
@auto-assign auto-assign bot requested a review from gw280 November 27, 2019 18:06
@nturgut nturgut added platform-web Code specifically for the web engine and removed cla: yes labels Nov 27, 2019
@nturgut nturgut removed the request for review from gw280 November 27, 2019 18:10
Copy link
Contributor

@yjbanov yjbanov left a comment

Choose a reason for hiding this comment

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

LGTM. Feel free to submit on red tree to fix the breakage.

@yjbanov
Copy link
Contributor

yjbanov commented Nov 27, 2019

But also, in a follow-up PR, let's write a test for it.

@nturgut nturgut merged commit 268107d into flutter:master Nov 27, 2019
@nturgut
Copy link
Contributor Author

nturgut commented Nov 27, 2019

But also, in a follow-up PR, let's write a test for it.

Yes, we should thanks :)

engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 27, 2019
skia-flutter-autoroll pushed a commit to flutter/flutter that referenced this pull request Nov 28, 2019
* f61bec8 Pass "null" when copy data is null to iOS pasteboard.string (flutter/engine#14046)

* 268107d fixing the method call for testing semantics (flutter/engine#14056)

* 35937eb Roll src/third_party/dart 134e0e28cd..96e7a4ff30 (38 commits) (flutter/engine#14058)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility cla: yes platform-web Code specifically for the web engine
Projects
None yet
3 participants