Closed
Bug 229215
Opened 21 years ago
Closed 21 years ago
[Spellcheck] Word marked as wrong if first letter is capitalized
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dev+mozilla, Assigned: mvl)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.79 KB,
patch
|
dwitte
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7a) Gecko/20030729
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7a) Gecko/20031223
Spellchecker no longer accepts words that are in the dictionary if they are
capitalized in the mail.
Reproducible: Always
Steps to Reproduce:
1. Compose new mail.
2. Enter "This" as body.
3. Spellcheck using "English/United States".
Actual Results:
"This" is marked as an unknown word.
Expected Results:
"This" is recognized as a known word (as the spellchecker already has "this" in
the dictionary).
I don't remember this behaviour. Looks like this regressed in the last few days.
Reporter | ||
Comment 1•21 years ago
|
||
Please note: This is not the same as bug 128122 (unless this change of behavior
is intended).
Keywords: regression
Comment 2•21 years ago
|
||
I always though spellchecker wasn't case senstive. AFAIK there were no checkins
to change such functionality either.
Comment 3•21 years ago
|
||
This regressed between the 12/19 and 12/23 bulds. I would suspect either the
checkins for bug 225749 or bug 226756.
Comment 4•21 years ago
|
||
Verified under Windows/XP, The OS should be changed to All. And, in my opionion,
the severity should be major. It is impossible to spellcheck an e-mail of
reasonable length with this bug without getting a totally obnoxious number of
false errors.
Reporter | ||
Updated•21 years ago
|
OS: Linux → All
Assignee | ||
Comment 5•21 years ago
|
||
This is from bug 226756. (next time, consider cc-ing the patch author)
taking.
Assignee: mozeditor → mvl
Assignee | ||
Comment 6•21 years ago
|
||
oops. Removing the caseconversion doesn't do any good :)
Assignee | ||
Updated•21 years ago
|
Attachment #138029 -
Flags: superreview?(alecf)
Attachment #138029 -
Flags: review?(dwitte)
Comment 7•21 years ago
|
||
This affects Thunderbird version 0.5, which is due out soon. Unfortunately
there is no blocking Thunderbird 0.5 status to request. Could we get this
reviewed and checked in soon?
Reporter | ||
Comment 8•21 years ago
|
||
As far as I know, Thunderbird 0.5 will be taken from the 1.6 branch, which isn't
affected by this bug. If I'm wrong about this, please correct me.
Comment 9•21 years ago
|
||
Comment on attachment 138029 [details] [diff] [review]
patch v1
personally, I think trying to cache mCaseConv is a waste. Just use the existing
code in nsUnicharUtils.h which caches a per-dll copy of nsICaseConversion in
some static code that you link in.
sr=alecf on this patch since it doesn't make the situation any worse, but I
suggest fixing that to just use the unicharutil_s.lib or whatever.
Attachment #138029 -
Flags: superreview?(alecf) → superreview+
Comment 10•21 years ago
|
||
Re comment #8, the current official Thunderbird 0.5 alpha build has this issue,
that is what I was going by. Scoott is on vacation so we really can't be sure.
Reporter | ||
Comment 11•21 years ago
|
||
*** Bug 229640 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 12•21 years ago
|
||
Ok, moving to Thunderbird.
Assignee: mvl → mscott
Component: Editor: Core → Message Compose Window
Product: Browser → Thunderbird
Version: Trunk → unspecified
Assignee | ||
Comment 13•21 years ago
|
||
Sigh. Moving back. This isn't thunderbird. This is a general spellcheck bug. It
even has a patch. What good is there in moving it to thunderbird, other then it
not getting fixed?
Assignee: mscott → mvl
Component: Message Compose Window → Editor: Core
Product: Thunderbird → Browser
Version: unspecified → Trunk
Comment 14•21 years ago
|
||
*** Bug 229744 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 15•21 years ago
|
||
*** Bug 229754 has been marked as a duplicate of this bug. ***
Comment 16•21 years ago
|
||
Comment on attachment 138029 [details] [diff] [review]
patch v1
hm yes :)
r=me
Attachment #138029 -
Flags: review?(dwitte) → review+
Assignee | ||
Comment 17•21 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 18•21 years ago
|
||
*** Bug 230033 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 19•21 years ago
|
||
*** Bug 230226 has been marked as a duplicate of this bug. ***
Comment 20•21 years ago
|
||
*** Bug 229506 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•