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

Autocorrection does not work on Google Docs/Sheets/Sides #55

Open
tdulcet opened this issue Aug 6, 2021 · 2 comments
Open

Autocorrection does not work on Google Docs/Sheets/Sides #55

tdulcet opened this issue Aug 6, 2021 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed site-issue A problem with/issue about a specific site

Comments

@tdulcet
Copy link
Collaborator

tdulcet commented Aug 6, 2021

Affected website: Google Docs, Sheets and Sides: https://docs.google.com

Bug description

Autocorrection does not work on Google Docs, Sheets and Sides.

With the main branch: The target element of the keydown/keyup events is incorrect, so the add-on is unable to determine the caret position.

With #37: The beforeinput event never fires. You can verify this by adding window.addEventListener("beforeinput", console.log, true) to the content script. Nothing is logged to the console. 😕

System

Operating system and version: All
Browser and version: Firefox 90
Add-on version: 0.1

@tdulcet tdulcet added bug Something isn't working help wanted Extra attention is needed site-issue A problem with/issue about a specific site labels Aug 6, 2021
@rugk
Copy link
Owner

rugk commented Aug 14, 2021

Is the site still usable though? So the add-on "just" does not work?

@tdulcet
Copy link
Collaborator Author

tdulcet commented Aug 14, 2021

Is the site still usable though? So the add-on "just" does not work?

Yes, it is still usable. The autocorrection just does not work.

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 site-issue A problem with/issue about a specific site
Projects
None yet
Development

No branches or pull requests

2 participants