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

Spelling errors only shown right after keyboard is switched to #125

Open
2 tasks done
andrewtavis opened this issue Feb 9, 2022 · 2 comments
Open
2 tasks done

Spelling errors only shown right after keyboard is switched to #125

andrewtavis opened this issue Feb 9, 2022 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@andrewtavis
Copy link
Member

Terms

Behavior

One of the unexpected features of Scribe is that there is the potential to have the normal system spellcheck function while using Scribe (red lines appear under misspelled words). The issue is that this feature seems to be available only when the keyboard is switched to from a system keyboard. When a user returns to the keyboard the feature stops working.

This issue is to find the source of this issue and implement a solution.

Device type

iPhone and iPad

iOS version

I assume this is happening for all versions.

@andrewtavis andrewtavis added bug Something isn't working help wanted Extra attention is needed labels Feb 9, 2022
@andrewtavis
Copy link
Member Author

andrewtavis commented Apr 8, 2022

It might be helpful to look into UITextChecker and how it relates to the UITextDocumentProxy, or the proxy code for KeyboardKit could also hold a solution.

@andrewtavis
Copy link
Member Author

This bug can be reproduced in Xcode's simulator. Switch to a Scribe keyboard from a system one and the spellcheck will work, but then it won't if the conversation is left and then is came back to with the Scribe keyboard being used automatically.

This would hopefully be something that can be fixed in a future release, as not having autocorrect via #2 means that currently the user doesn't have help with spelling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant