Summary | Spell Check in HTML cause invalid errors |
Queue | IMP |
Queue Version | 4.1.3 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | technology (at) pmi-portland (dot) org |
Created | 01/13/2007 (6737 days ago) |
Due | |
Updated | 01/23/2007 (6727 days ago) |
Assigned | 01/14/2007 (6736 days ago) |
Resolved | 01/22/2007 (6728 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
reporducible that I could see.
Todd
State ⇒ Not A Bug
str = str.replace(/\xA0/g, " ")
Simple... fixed
htmlarea problem. I cannot find the bug but it is placing a chr(160)
instead of a   ( ) for the first of the two spaces. I was
going to diff the various JS files in htmlarea with the ones I have
to see if I could find the change (I think it is in getHTMLWrapper
around the line html = /^script|style$/i.test(root.parentNode.tagName)
? root.data : HTMLArea.htmlEncode(root.data);. My problem is I cannot
find these files in CVS. Can you point me to them?
you could test on the previous version of aspell (Aspell 0.50.5)?
have the tools I need on my hosted site to test that. Is it possible
you could test on the previous version of aspell (Aspell 0.50.5)?
Cheers,
Todd
(but really Aspell 0.50.5)
2) Spell check "ignore all" does not seem to work.
3) Would any of my config files help?
I plan on installing Version 1.0 of groupware tonight.
State ⇒ Feedback
the text outside of the tags is checked, the errors are displayed
correctly, and corrected text isn't duplicated.
aspell --version
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.3)
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Spell Check in HTML cause invalid errors
Queue ⇒ IMP
State ⇒ Unconfirmed
Groupware RC2
Spell binary: aspell
Browser IE: 6.0, Netscape 8.1
Settings: Compose messages with an HTML GUI by default (if browser
supports the feature)?: Checked
Create a new email. Enter text with two spaces (i.e. Groupware is
great) One of the spaces causes a spell check error. The spelling
error reads something like "is¢ in p>Groupware is¼/span>? great&l ".
Attempting to correct the error causes text beyond the next paragraph
marker to be duplicated in the email. Manually deleting all the
spaces and entering just one will remove the spell check error.