-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cursor doesn't move when using spacebar for linux app #4
Comments
The problem appears for web as well. the TextField shows abc and the string returned by the controller of the TextField is |
Yup, it was a bug in how I was handling space bars, I've made a fix for it, I also merged a PR that might fix it. Sorry for the wait guys! |
Hey Is the spacebar bug is fixed ? , I have tried the package, Looks like the spacebar bug is still there ! |
Can you try pulling the main branch and trying it from it instead of the pub.dev package? I need to get around to publishing the fix for it. |
I tried from the main branch only, The spacebar didn't work. |
Hello I am not sure if this is the same issue as #2 anyway the problem I saw is that the cursor doesn't move when using a spacebar in a linux app, the space is actually added, but it is necessary to manually click on the text field to move the cursor. I use the same code for android/ios/web/linux app and this issue only happens for linux
The text was updated successfully, but these errors were encountered: