Autocorrection does not work on Google Docs/Sheets/Sides #55
Labels
bug
Something isn't working
help wanted
Extra attention is needed
site-issue
A problem with/issue about a specific site
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 addingwindow.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
The text was updated successfully, but these errors were encountered: