Skip to content

Conversation

@goderbauer
Copy link
Member

Requires flutter/engine#4647.

Instead of firing scrolling events, we will encode the current scroll status into the tree. This will make implementing a11y scrolling for iOS a lot easier (#11983).

Copy link
Contributor

Choose a reason for hiding this comment

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

what if it scrolls unbounded?

Copy link
Contributor

Choose a reason for hiding this comment

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

minScrollExtent can be double.negativeInfinity and maxScrollExtent can be double.infinity, so I don't think this does what you want it to.

@Hixie
Copy link
Contributor

Hixie commented Feb 8, 2018

Can we document this in more detail? I don't see anywhere where I would go to read up on what the protocol is for sending scroll progress over the wire to the engine.

Copy link
Contributor

Choose a reason for hiding this comment

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

here and at least 5 other cases: put a comma after the member name, so it reads "foo, from where bar", rather than "foo from where bar".

Copy link
Contributor

Choose a reason for hiding this comment

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

surprising number of blank lines!

@Hixie
Copy link
Contributor

Hixie commented Feb 9, 2018

LGTM

@goderbauer goderbauer merged commit 72517f0 into flutter:master Feb 10, 2018
@goderbauer goderbauer deleted the scrolling branch February 10, 2018 02:33
@goderbauer goderbauer added the a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) label Mar 5, 2018
DaveShuckerow pushed a commit to DaveShuckerow/flutter that referenced this pull request May 14, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants