这是indexloc提供的服务,不要输入任何密码
Skip to content

disable semantics in text_editing_integration.dart #82582

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

Merged
merged 1 commit into from
May 15, 2021

Conversation

yjbanov
Copy link
Contributor

@yjbanov yjbanov commented May 14, 2021

This test is testing non-semantics implementation of text editing. However, it's not disabling semantics in the test. This makes it sensitive to changes in semantics implementation details. For example, it's blocking flutter/engine#26134, because it expects to find a certain number of <input> elements in the DOM, which is different depending on whether semantics is on or off.

This PR disables semantics in the test to make sure it only tests non-a11y text input implementation.

@yjbanov yjbanov requested a review from ferhatb May 14, 2021 22:35
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label May 14, 2021
@google-cla google-cla bot added the cla: yes label May 14, 2021
Copy link
Contributor

@harryterkelsen harryterkelsen left a comment

Choose a reason for hiding this comment

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

LGTM

@fluttergithubbot
Copy link
Contributor

This pull request is not suitable for automatic merging in its current state.

  • The status or check suite Mac build_tests_3_4 has failed. Please fix the issues identified (or deflake) before re-applying this label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: contributor-productivity Team-specific productivity, code health, technical debt.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants