-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Encode scrolling status into tree #14536
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
Conversation
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
|
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. |
There was a problem hiding this comment.
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".
There was a problem hiding this comment.
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!
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).