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

Capture didExceedMaxLines after doing text layout with constraints #9457

Merged
merged 1 commit into from
Apr 19, 2017

Conversation

jason-simmons
Copy link
Member

Subsequent operations like debugAssertDoesMeetConstraints() may do layout
operations that alter _textPainter's state.

Fixes #9372

@jason-simmons
Copy link
Member Author

@abarth

@abarth
Copy link
Contributor

abarth commented Apr 18, 2017

We need a test here to make sure we don't regress.

@jason-simmons
Copy link
Member Author

Added a test of TextOverflow.fade

Subsequent operations like debugAssertDoesMeetConstraints() may do layout
operations that alter _textPainter's state.

Fixes flutter#9372
@abarth
Copy link
Contributor

abarth commented Apr 19, 2017

LGTM

@jason-simmons jason-simmons merged commit a657428 into flutter:master Apr 19, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text with TextOverflow.fade doesn't work when scrolling
3 participants