Don't check subject if spellchecker is not ready
Categories
(SeaMonkey :: MailNews: Composition, defect)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: philip.chee, Assigned: frg)
References
()
Details
(Whiteboard: SM2.53.15)
Attachments
(1 file, 1 obsolete file)
3.03 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•2 years ago
•
|
||
I can reproduce this when I do not select the subject first. Seems the spellchecker is not initialized then.
Reply->Spell->change dictionary->error
Reply->select subject->select message text->Spell->change dictionary->ok
Initially the subject seems to be never checked unless you select it at least once.
The code from TB Bug 1277658 with the null check works around it. Needs spellcheck=true set for the subject filed so that the editor in the textfield has a spellchecker.
Assignee | ||
Comment 3•2 years ago
|
||
[Approval Request Comment]
Regression caused by (bug #): n.n.
User impact if declined: error in the log.
Testing completed (on m-c, etc.): 2.53.15b1 pre.
Risk to taking this patch (and alternatives if risky): Behaviour matches the TB in our tree.
String changes made by this patch: --
Initially the subject is still not checked until selected but same with or without the patch and matches TB behaviour build from our tree.
Assignee | ||
Comment 5•2 years ago
|
||
Review comments addressed. r/a+ from IanN retained. I will fix the header in a follow-up.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/5c73e160fd85
Don't check subject if spellchecker is not ready. r=IanN
Assignee | ||
Comment 7•2 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/e226352daca69258cea651e0d8a9e3327e619721
Don't check subject if spellchecker is not ready. r=IanN a=IanN
Description
•