-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Flutter test driver break TextField #17472
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
Comments
Sorry for the late response. |
Yes, I can confirm this is still an issue with flutter v0.5.1 |
Hi @zoechi, sorry for late reply. Issue is still happen on |
@polenchheang thanks a lot for the update. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@zoechi any progress regarding this issue? It's been open for 9 months and seems to be a blocker. Not being able to perform integration testing essentially prevents us from releasing our app. I'm on Flutter v1.0.0 (stable channel) and the issue as described by @polenchheang continues to exist. After enableFlutterDriverExtension() is called, the keyboard refuses to appear and no text can be entered into the textfield. |
I'm closing this as a duplicate of #15415, which has more information. |
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 create --with-driver-test my_project
enableFlutterDriverExtension();
insidemain.dart
main methodenableFlutterDriverExtension();
Keyboard show as expected.Logs
The text was updated successfully, but these errors were encountered: