-
Notifications
You must be signed in to change notification settings - Fork 446
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
Regression: TextField not working on Linux Mint #3934
Comments
Same behavior for SearchBar and CupertinoTextField |
Hello, In my Linux (Mint 22 - Cinamon 6.2.9) they work fine, exept the accents. If I type something like "Aló", appears "Al´ó" (a first nonesense accent and then the correct one) Thanks, best regards |
Opps... and another strange behaviour. If I want to remove "Aló", always remains "A" |
https://python.plainenglish.io/whats-new-in-flet-v0-24-0-83f758245f4d |
Works normally on my Mac. @Birnendampf do you have Linux too? |
Found a Flutter issue related this: flutter/flutter#153560 |
Ok!! Thanks |
also using mint and for you its fine? that's strange, maybe its my system. |
Hello. I was facing this issue too on Mint 22 and I re-installed mint and the issue went away. I don't think it is an OS problem because users using Mint 21.3 or 22 and other versions are also facing this issue flutter/flutter#153560. But this for sure is happening with 3.24.0. Updating your mint might fix this for you as my fresh installation helped me. |
didn't fix it for me sadly, is there any more info I should provide or do we wait until it's fixed upstream? |
Hello, Just now I reviewed it again with Linux (Mint 22 - Cinnamon 6.2.9) and Flet v.0.24.1 and doing the right steps explained at: https://python.plainenglish.io/whats-new-in-flet-v0-24-0-83f758245f4d And all works perfect for me, I can't help you sorry. Thanks, best regards. |
That is interesting. I did a fresh mint installation so there was no backup involved apart from my old code. Did you use timeshift or something to create a snapshot or backup of either the entire machine or just the home folder? If so, did you install it too before or after installing flutter? I have a hypothesis that nothing from the home directory is causing the flutter TextField to not function properly like a binary or lib*.so from somewhere else. However, I have neither any reasoning to back that up nor any means to try it out at the moment. By the way, did you try to remove your flutter folder and install it again? Ah also, I installed arch linux on my machine before re-installing mint so I was fiddling around with secure boot and other things. Maybe you can try to toggle those around tho' that is very unlikely to work. |
I have some bad news. I just went to try if TextField is still working on my mint or not and I realized that it is not 😭 |
@Birnendampf and others, I would like to bring your attention to this flutter/flutter#153560 (comment). If you have an urgent project and don't want to downgrade flutter, then you can just change your desktop environment. I am using i3wm for a while and didn't have the textfield issue so far. I tried on KDE Plasma and didn't have issue there either but my KDE setup was not configured or anything i.e., it was the bare minimum KDE setup so cannot say for sure if switching to KDE Plasma is a guaranteed workaround or not but worth a try if it is urgent. |
Duplicate Check
Describe the bug
When trying to use a TextField, it is not possible to input text, and the window stops being closeable as soon as the TextField is focused.
Any other interaction also fails when the TextField is focused. Flet becomes completely unresponsive.
Code sample
Code
To reproduce
On linux (in my case mint):
Expected behavior
at step 3: text is being entered
at step 5: the window closes
Screenshots / Videos
state of Flet window after focusing the text field and resizing
Operating System
Linux
Operating system details
Linux Mint 21.3 Cinnamon
Flet version
0.24.0
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
No response
Logs
Logs
when run with debug level logging, and executing the steps to reproduce:Additional details
This is a new regression with 0.24.0, it used to work in 0.23.2.
I have tested both versions after each other to make sure the issue is not caused by anything else.
I have also tested the code sample on windows and macOS, it works just fine there.
The text was updated successfully, but these errors were encountered: