Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

chunhtai
Copy link
Contributor

…iner API

Implementing the accessibility contain API makes voiceover confused since we have our own way of handling accessibility container

fixes flutter/flutter#90681

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@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.

@chunhtai
Copy link
Contributor Author

I can probably write a test that expect whatever the default implementation those selector return if not implemented, but it may break if it changes in the future update, and it feels unnecessary

@Hixie
Copy link
Contributor

Hixie commented Sep 24, 2021

test-exempt: only removes code

Copy link
Member

@gaaclarke gaaclarke left a comment

Choose a reason for hiding this comment

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

lgtm

@chunhtai chunhtai merged commit ed0e6f0 into flutter:master Sep 24, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 24, 2021
xster pushed a commit to xster/engine that referenced this pull request Sep 29, 2021
xster added a commit that referenced this pull request Oct 4, 2021
Ignoring the web framework test since the failure originates from a repo synchronization issue between engine and framework. The new failing tests were sync'ed in from head in the test and the tested code doesn't exist in the engine at the time of branch cut. 

* Fixes FlutterSemanticsScrollView to not implement accessibility container API (#28846)

* add branch to test

* Replace jcenter() for mavenCentral() (#28777)

* Set MinimumOSVersion to iOS 9 in Info.plist (#28783)

* Do not use jcenter(), switch to mavenCentral() (#28738)

Co-authored-by: chunhtai <[email protected]>
Co-authored-by: Emmanuel Garcia <[email protected]>
Co-authored-by: Jenn Magder <[email protected]>
Co-authored-by: Dan Field <[email protected]>
@@ -106,33 +106,4 @@ - (NSInteger)accessibilityElementCount {
return [[_semanticsObject children] count];
Copy link
Contributor

Choose a reason for hiding this comment

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

@chunhtai Should we remove this method too?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[A11y] iOS VoiceOver trapped in scrollable.
4 participants