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

Text glitch in the gallery app #17507

Closed
Chris1234567899 opened this issue May 11, 2018 · 16 comments
Closed

Text glitch in the gallery app #17507

Chris1234567899 opened this issue May 11, 2018 · 16 comments
Labels
a: typography Text rendering, possibly libtxt customer: gallery Relating to flutter/gallery repository. Please transfer non-framework issues there. e: device-specific Only manifests on certain devices

Comments

@Chris1234567899
Copy link

I recently tested the Gallery App from the Play Store on my Lenovo Vibe K5 (Android 5.1.1) using the latest version in the Play Store (0.4.2). When I go to the animation screen and scroll a bit around, all text in the whole app becomes flickering triangles and stays this way. Clicking back or opening new pages several times can sometimes reinitialise the normal font, but it seems rather random. Here are some screens:
screenshot_2018-05-10-20-15-54
screenshot_2018-05-10-20-16-04
screenshot_2018-05-10-20-15-43
screenshot_2018-05-10-20-15-49

@HansMuller HansMuller added the e: device-specific Only manifests on certain devices label May 11, 2018
@HansMuller
Copy link
Contributor

cc @jason-simmons

@HansMuller HansMuller added customer: gallery Relating to flutter/gallery repository. Please transfer non-framework issues there. a: typography Text rendering, possibly libtxt labels May 11, 2018
@mahasadhu
Copy link

I'm facing the same issue, Xiaomi Redmi 3 - 5.1.1 - MIUI 8
Sometimes even the app is closing after the white screen (not often though)

@riterrani
Copy link

This is happening in my app too, this is not happening only in the gallery. Android 5.1.1 too

@HansMuller
Copy link
Contributor

@riterrani - could you let us know the specific Android devices you're seeing this on?

@riterrani
Copy link

Lenovo A6020l37. In this case is also related to an animation I think, this happened playing with a SliverAppBar.

@HansMuller
Copy link
Contributor

@riterrani - The description of this bug implies that text rendering is failing everywhere. Is that true for your app, or I you only seeing the failure in a specific scenario? If it's the latter, and you can share the code that causes the problem, that would help.

@riterrani
Copy link

riterrani commented May 30, 2018

yeah after the glitch starts, all the texts are glitched everywhere. The same happened with the gallery, a lot of UI bugs and in some point the text glitched too.
I will share you the code, I need to separate all the logic first

@riterrani
Copy link

I can't reproduce it now with my code. But this issue happened me with the "animations" example in the gallery.
I found another user reporting the same problem #17654
Another issue with animations and text glitching, same example #13817

And maybe this issue is related too #14459 ?

@zoechi
Copy link
Contributor

zoechi commented Jun 12, 2018

#18269 (comment) says it is fixed in master.
@Chris1234567899 can you confirm?
I haven't found a concrete PR that was supposed to fix that.

@Chris1234567899
Copy link
Author

@zoechi
updated to v0.5.5-pre.6 and could not notice the issue anymore. Excellent.

@zoechi
Copy link
Contributor

zoechi commented Jun 12, 2018

Great, then I'll close.

@zoechi zoechi closed this as completed Jun 12, 2018
@Pash237
Copy link

Pash237 commented Mar 18, 2019

Got an another glitch during startup.
Both text and image (at the top) are screwed up.
After the first widget rebuild it redraws fine (for example, if you type a character in TextField), but until then it looks like on screenshot:
IMG_6735

@bennibau
Copy link

I have the same problem actually. I disappears as soon as I tap the screen and the list view scrolls.
IMG_0946

@HansMuller
Copy link
Contributor

@Pash237, @bennibau - This issue was supposed to have been fixed some time ago (#17507 (comment)). What version of flutter are you using? Can you include the output of flutter doctor?

@bennibau
Copy link

bennibau commented Apr 11, 2019

It happens only on the device (iPhone X), not on the simulator:

Flutter Doctor
`Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.2.1, on Mac OS X 10.14.4 18E226, locale en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.2)
[✓] Android Studio (version 3.3)
[✓] VS Code (version 1.33.0)
[!] Connected device
! No devices available

! Doctor found issues in 1 category.`

Flutter Version
flutter --version Flutter 1.2.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 8661d8aecd (8 weeks ago) • 2019-02-14 19:19:53 -0800 Engine • revision 3757390fa4 Tools • Dart 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)

Flutter Upgrade
`Already up to date.

Upgrading engine...
Already up-to-date.`

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: typography Text rendering, possibly libtxt customer: gallery Relating to flutter/gallery repository. Please transfer non-framework issues there. e: device-specific Only manifests on certain devices
Projects
None yet
Development

No branches or pull requests

7 participants