rugk / unicodify

✍️ A browser add-on (Firefox, Chrome, Thunderbird) that allows you to autocorrect common text sequences and convert text characters to a look like a special font.
https://addons.mozilla.org/firefox/addon/unicodify-text-transformer/?utm_source=github.com&utm_medium=git&utm_content=repo-about-description&utm_campaign=github
Other
11 stars 2 forks source link

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

Open tdulcet opened 3 years ago

tdulcet commented 3 years ago

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

rugk commented 3 years ago

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

tdulcet commented 3 years ago

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.