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

Wrong text wrap and size while use device accessibility large font setting #407

Closed
mdryankov opened this issue Sep 24, 2020 · 5 comments
Closed

Comments

@mdryankov
Copy link

Steps:

Preconditions: Device Accessibility large font is disabled

  1. Use widget with a long text.
  2. Switch On the Accessibility large font (no matter iOS or Android) and use higher possible value of the setting.

Observed behaviour:
The text exceeds the widget size without text wrapping

Expected behaviour:
The text must be properly wrapped within the expected dimensions. In our case the expected dimension of the max width.

Notes: The issue is reproducible with 1.0.2. Ver. 0.11.1 is the last version where this issue is not reproducible and in other words - we're stuck to 0.11.1

@erickok
Copy link
Collaborator

erickok commented Sep 24, 2020

Duplicate of #308

@a-href
Copy link

a-href commented Sep 25, 2020

Duplicate of #308

@erickok
In flutter 1.20.4, this issue remains。
Could you upgrade to Flutter1.20.4 and resolve this issue

@erickok
Copy link
Collaborator

erickok commented Sep 25, 2020

I know, but the merged fix depends on a new (stable) release of Flutter, which hopefully will be 1.22 and hopefully soon. We have to wait as the fix mentioned in #308 depends on it.

@ueman
Copy link

ueman commented Oct 3, 2020

This is fixed as of Flutter 1.22

@ryan-berger
Copy link
Collaborator

This is now fixed because of 1.22

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

No branches or pull requests

5 participants