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
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/keyupevents is incorrect, so the add-on is unable to determine the caret position.With #37: The
beforeinputevent 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