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

Entry text "flickering" while typing #3461

Closed
2 tasks done
matwachich opened this issue Dec 7, 2022 · 10 comments
Closed
2 tasks done

Entry text "flickering" while typing #3461

matwachich opened this issue Dec 7, 2022 · 10 comments
Labels
bug Something isn't working

Comments

@matwachich
Copy link
Contributor

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

Describe the bug

When tapping on an Entry widget, text is slightly flickering.

I have the feeling that it is related to float rounding...

How to reproduce

Type on any Entry widget

Screenshots

kissemr_nLoKLSIAtC

Example code

Any simple code with an Entry widget

Fyne version

2.3.0-rc1 and 2.2.3

Go compiler version

1.19.1

Operating system

Windows

Operating system version

10

Additional Information

No response

@matwachich matwachich added the unverified A bug that has been reported but not verified label Dec 7, 2022
@andydotxyz
Copy link
Member

I wanted to call this a blocker, but if it was the same in 2.2.3 that puts it down a peg.
Still it's pretty bad and we should fix it!

andydotxyz added a commit to andydotxyz/fyne that referenced this issue Dec 19, 2022
@andydotxyz
Copy link
Member

As I was working on font render issues I think this has been addressed as well. Should be in for rc2

@Jacalz Jacalz added bug Something isn't working and removed unverified A bug that has been reported but not verified labels Dec 19, 2022
@Jacalz
Copy link
Member

Jacalz commented Dec 19, 2022

This does indeed seem fixed on develop for me. Would you mind confirming @matwachich?

@Jacalz Jacalz added this to the Cragganmore Release (v2.3) milestone Dec 19, 2022
@matwachich
Copy link
Contributor Author

I confirm that the bug is....... different!
Less present ideed, but it's different
Look

test_jtyvThvdlL.mp4

@andydotxyz
Copy link
Member

Thanks for the update. I think what you report is an old issue appearing again whereby a text refreshes to screen with the new size but the old texture (so it appears stretched). I will try and dig up the other issue and relate it to this one

@matwachich
Copy link
Contributor Author

Just a little bump hoping this issue hasn't been forgotten...
The flicker makes app a little unprofessional imho :)

@Jacalz
Copy link
Member

Jacalz commented Mar 21, 2023

The issue has been closed as completed. What do you mean with forgotten?
EDIT: Never mind. I see what you mean.

@andydotxyz
Copy link
Member

If it is still an issue on develop it should be re-opened. I guess I couldn't find the original issue...

@lostdusty
Copy link

Tested on develop and still an issue, not on entry thoght.
For me it happens with newrichtextfrommarkdown:

image

I think i'll open a new issue soon.

@andydotxyz
Copy link
Member

I think that may be a different issue to this original report.
The prior was due to horizontal spacing but yours shoes, I think, a breakdown in the pixel alignment during paint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants