Closed vytautas-pranskunas- closed 1 month ago
Hi @vytautas-pranskunas- Have you tested other devices using the same code?
I have a Samsung device, testing on this device has no issue, I can delete the text from the TextField
on the first interaction in the first TextField
Reproduced the issue using the following minimal code sample
Reproduced on the following channel | stable |
---|---|
✅ |
Check flutter doctor -v
outputs for each channel below
Please try to reproduce the issue using the minimal code sample above on your device, if the issue doesn't reproduce with this code sample. Can you please provide a complete reproducible minimal code sample Thank you
Yes, we test on 5 devices. No other devices has this issue.
@TahaTesser So, is the issue that this only happens on certain Samsung devices? cc @GaryQian and @blasten for IME Issues. @kf6gpe can help source the specific device.
@chinmaygarde Yes, My Samsung device has no issue (Samsung Galaxy M02s), S7 runs an older Samsung OEM, while newer devices run One UI. I suspect it is related to older OEM on Samsung such as Galaxy S7
OK, I've got one on order; we don't have any in the device library here. @GaryQian or @blasten, are one of you someone who could look at this time permitting? When the handset gets to my place I can ship it to you (arrange the delivery via email).
Self-assigning until the hardware arrives.
Hello, what is the progress of thi sissue because i have found that this issue also happens on Xiaomi Mi10 phone This is very ugly issue and i cannot realease an app with it becaus ei do not know how many users it will effect :(
https://user-images.githubusercontent.com/3918999/121550825-5ee02480-ca0f-11eb-933c-4cead4ea8e1c.mp4
p.s. I do not have this issue on Huaway for instance.
p.p.s this applies to all fields where NUMBERS ONLY are mandatory
Difference is that is not on first interaction but always... Sometimes it strts to work if i hold on samsung delete for few seconds, but then it stops.
/cc @GaryQian @bparrishMines
This is an example of the behavior that we need to ensure that is e2e tested.
Assigning to Gary. Do you happen to have this device or similar where it repros?
@vytautas-pranskunas- I have a Xiaomi device running MIUI 12, can you please provide a code sample to reproduce? I just tried with a simple number keyboard, delete button works
body: Center(
child: TextField(keyboardType: TextInputType.phone,),
),
Thats a thing weired things are happening: 1) When connecting phone to debug mode - all works 2) When deployed PROD build to phone - all works 3) When installed from app - does not work
Tried 3 times with 3 different deploys.
Any thoghts?
and is all around application.. no number fields can be deleted on Xiaomi MI10 or Samsung Galaxy S7
Applies to: TextInputType.number TextInputType.phone
on Samsung when you go to prev screen and come back delete starts to work. On Xiaomi - not.
Also we noticed that sometimes it starts to work but out of the sudden stops. There is some magical bug :(
I have even more weired scenario that QA have found. in short: phone number cannot be deleted untill she deletes another field which is number type. After she comes back to phone number deltetion works. This is not working when she tries to delete value from any other field. This has started with flutter 2.x because on 1.7x we did not have such issues
https://user-images.githubusercontent.com/3918999/121737024-9e367000-caf8-11eb-9b3e-eb04e1f04abb.mp4
Hi,
latest update:
after more testing we discovered that fields with typekeyboardType: TextInputType.number,
acts strange: Cannot delete field 1 but if field 2 changed that for short amount of time field 1 also works.
https://user-images.githubusercontent.com/3918999/121777450-71369b80-cb92-11eb-9def-1eb181fe70b9.mp4
Any progress on this one?
any progress on this?
Gary is no longer working on flutter issues. Removing him to correctly reflect bug status.
This issue is assigned but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks!
This issue is assigned to @kf6gpe but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks!
This issue was assigned to @kf6gpe but has had no status updates in a long time. To remove any ambiguity about whether the issue is being worked on, the assignee was removed.
@vytautas-pranskunas- Revisiting this issue, I tried sample code with 2 TextFields, one with phone and other with number and tried deleting the numbers back and forth which worked properly as shown below. I used S10+ device (Android 12) running on latest stable version.
https://github.com/user-attachments/assets/ae0ae39c-edb6-4c96-9c04-9061a8ab56d1
Please try at your end if the reported behavior still persists or not with latest stable version.
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output of 'flutter doctor -v'. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution.
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.
Hello,
I am on latest flutter verion with no issues in flutter doctor.
After migrating to null safety i noticed that delete button is not working on first interaction with any text field. Once i focus another field and come back to previous one everything works fine. I am attaching video.
this happens only on Samsung S7 device
https://files.fm/f/mzm9p6edm