Selecting an item from the spell checker does nothing
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: julien, Unassigned)
Details
Attachments
(1 file)
9.55 KB,
application/x-javascript
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
Steps to reproduce:
Currently using Thunderbird, version 128.10.0esr on Debian 12, up to date.
I installed the French dictionary in addition to the English one. Then, I created a user.js, which I will attach.
When writing a mail, an incorrect spelling is underlined as it should be. Right clicking and selecting the proper spelling has no effect. It does not modify the word in the email. Behavior is the same for French or English.
I'm pretty sure it's from the user.js. I had noticed that with this user.js, I can no longer install add-ons. I haven't filed a bug for that issue.
So I used dichotomy to figure out that:
user_pref("widget.gtk.native-context-menus", true);
will break spell checker, and also add-on installation. I'm unsure if this setting must be used in combination with others, but I don't think so.
This behavior might be considered a bug, so I thought I would create this bug report and let you decide.
Actual results:
- Clicking on correct spelling is a no-op.
Expected results:
- Clicking on correct spelling should have changed the word that was right clicked.
Description
•