Skip to content
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

Open
pask81 opened this issue Apr 30, 2024 · 5 comments
Open

Cursor doesn't move when using spacebar for linux app #4

pask81 opened this issue Apr 30, 2024 · 5 comments

Comments

@pask81
Copy link

pask81 commented Apr 30, 2024

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

@certosadipavia
Copy link

The problem appears for web as well.
When typing the characters:
aspacebspacec

the TextField shows abc

and the string returned by the controller of the TextField is
abcspace space

@Taha-Firoz
Copy link
Owner

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!

@athvaith8282
Copy link

Hey Is the spacebar bug is fixed ? , I have tried the package, Looks like the spacebar bug is still there !

@Taha-Firoz
Copy link
Owner

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.

@athvaith8282
Copy link

I tried from the main branch only, The spacebar didn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants