-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
[Flutter 3.3] Fatal crash with java.lang.AssertionError
when selecting text in TextField
#110640
Comments
i got he same issue with my app using the bottom sheet makes the app crash, might be something with the constrains. |
@feimenggo @Altamimi-Dev Can you guys provide device info for the issue? Including:
|
|
TextField
2022-08-31.17.25.19.mov |
Can anyone confirm if this is a regression? |
We previously have the quite same issue #108124. The corresponding fix cc62a5b only lands in master, might require a cherry-pick for this? cc @dkwingsmt |
Can everyone facing the issue verify if it's still reproducible on the master channel? |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
TextField
TextField
, Unexpected metaState 0 for key 0x200000102 during an ACTION_down event
I'm creating a cherrypick. But yes, can everyone check out if the issue still exists on master? |
@dkwingsmt I can confirm this is fixed on master. Tried on Pixel 6 Pro running Android 13. |
Thank you! |
Flutter 3.1.0-0.0.pre.2608 • channel master • https://github.com/flutter/flutter.git still crash |
2022-08-31.17.25.19.mov
|
TextField
, Unexpected metaState 0 for key 0x200000102 during an ACTION_down eventjava.lang.AssertionError
when selecting text in TextField
@justinmc : I can confirm it is a regression. On my Android phone, with the code sample from #110640 (comment) :
flutter doctor -v (master)
Console log
|
I did a 'git bisect'. The crash started with this engine roll: #105070 @dkwingsmt |
Any News Update? |
I Have the same problem C:\src\flutter\bin\flutter.bat doctor --verbose [√] Android toolchain - develop for Android devices (Android SDK version 33.0.0) [√] Chrome - develop for the web [X] Visual Studio - develop for Windows [√] Android Studio (version 2021.2) [√] VS Code (version 1.57.1) [√] Connected device (5 available) [√] HTTP Host Availability ! Doctor found issues in 1 category. |
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 |
Steps to Reproduce
flutter run
on the code sampleExpected results:
Select all
Actual results:
See a crash
Code sample
Logs
device-2022-08-31-094017.mp4
The text was updated successfully, but these errors were encountered: