-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description:
When ScrollAnywhere is configured to use the right mouse button, it interferes with Firefox’s built-in spellcheck on Twitter’s text editor (contentEditable fields).
Steps to reproduce:
- Enable right-click activation in ScrollAnywhere.
- Go to Twitter, type multiple paragraphs into the compose box.
- Misspell a word in the second paragraph.
- Right-click the word and choose a correction from the context menu.
Result:
The word is corrected, but the second paragraph is replaced with a duplicate of the first paragraph, or is garbled with parts of the corrected text
Workaround:
If I hold Ctrl before right-clicking, the problem does not occur.
If I right-click first and then press Ctrl, the bug still occurs.
So right now my workaround is to use the 'disable with control held down' option, alternatively could whitelist x.com
So far I dont recall other sites doing this, but twitter/x has been consistent
Notes:
Seems like ScrollAnywhere is intercepting the right-click event in editable fields and causing Firefox’s spellcheck to apply to a broader selection than intended.