Open
Bug 276748
Opened 20 years ago
Updated 2 years ago
Spell check: Lower case of first letter should be ignored following hyphen
Categories
(Core :: Spelling checker, enhancement)
Tracking
()
NEW
People
(Reporter: mail, Unassigned)
References
Details
(Keywords: intl, l12y)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041122 Firefox/1.0 Build Identifier: Version 1.0 (20041206) In German, nouns must begin with a capital letter. But there is one case in which they do not: Following a hyphen without a space between the hyphen and the noun. So, if the spell checker finds a word beginning with a non-capital letter but in the dictionary there is a capital letter, it should ignore this issue if the directly previous character is a hyphen. (For Germans: Ich beziehe mich hier auf Ausdrücke wie "Papierformat und -ausrichtung", wo "ausrichtung" klein geschrieben wird, obwohl es im Wörterbuch großgeschrieben steht.) Reproducible: Always Steps to Reproduce: 1. Compose eMail 2. Type the phrase "Papierformat und -ausrichtung" 3. Start German spell check Actual Results: Spell check finds the "miss typed" word "ausrichtung" and proposes "Ausrichtung" instead. Expected Results: Spell check should allow ausrichtung because the directly previous character is a hyphen "-".
| Reporter | ||
Updated•20 years ago
|
Summary: Lower case or first letter should be ignored following hyphen in German spell check → Spell check: Lower case of first letter should be ignored following hyphen
Updated•20 years ago
|
Component: Message Compose Window → Spelling checker
Product: Thunderbird → Core
Version: unspecified → Trunk
Updated•20 years ago
|
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•19 years ago
|
||
confirmed in Thunderbird 1.5 beta 1 (20050920) I didn't see the behavior in English or Dutch (they ignore the hyphen), but I saw it in German.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
Assignee: mscott → nobody
Comment 3•15 years ago
|
||
This looks like a bug with the tokenization of hyphens. Depends on bug 355178 (may be a duplicate).
Severity: minor → enhancement
Depends on: 355178
Updated•15 years ago
|
QA Contact: spelling-checker
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•