Closed
Bug 391964
Opened 17 years ago
Closed 17 years ago
Spell Check should check the subject line.
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mnyromyr
:
review+
bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
This is a port of Thunderbird bug 3459.
Assignee | ||
Comment 1•17 years ago
|
||
This patch ports the fix from bug 3459. I'm not sure, if spellcheck="true" is really needed for the msgSubject textbox, spell checking also seems to work without it.
Assignee: mail → aqualon
Status: NEW → ASSIGNED
Attachment #276411 -
Flags: superreview?(neil)
Attachment #276411 -
Flags: review?(mnyromyr)
Assignee | ||
Updated•17 years ago
|
Attachment #276411 -
Attachment description: Enable spellchecking for subject including change of language → Enable spell checking for subject
Comment 2•17 years ago
|
||
(In reply to comment #1)
>I'm not sure, if spellcheck="true" is really needed for the msgSubject textbox,
>spell checking also seems to work without it.
That's because we init spellchecking on startup (if it's enabled in prefs).
spellecheck="true" just causes extra work if spellcheck is off in prefs.
Comment 3•17 years ago
|
||
Comment on attachment 276411 [details] [diff] [review]
Enable spell checking for subject
sr=me with the spurious attribute removed.
Attachment #276411 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 4•17 years ago
|
||
Attachment #276411 -
Attachment is obsolete: true
Attachment #276425 -
Flags: superreview+
Attachment #276425 -
Flags: review?(mnyromyr)
Attachment #276411 -
Flags: review?(mnyromyr)
Comment 5•17 years ago
|
||
Comment on attachment 276425 [details] [diff] [review]
Enable spell checking for subject without setting spellcheck="true"
Landed on trunk, with enableInlineSpellCheck renamed to EnableInlineSpellCheck to follow the prevalent naming scheme (it's just a convenience function, so this difference to TB isn't very important).
Attachment #276425 -
Flags: review?(mnyromyr) → review+
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•