Summary | Check spelling is introducing html code on the message body |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 03/23/2011 (5168 days ago) |
Due | |
Updated | 04/12/2011 (5148 days ago) |
Assigned | |
Resolved | 04/11/2011 (5149 days ago) |
Milestone | |
Patch | No |
than mine so you will need to track down the problem locally and
report back.
problem is still there. I didn't mention in the previous comment that
you need to type errors to see the strings to appear.
I followed exactly the steps i mentioned in the previous comment and i
could reproduce exactly what im saying
- Open the compose, and start composing in HTML
- Write at least 2 white spaces together
- Change to text composition
- Ask for spellcheck and resume edition
The whitespaces are now replaced by " "
Thanks
State ⇒ Resolved
Assigned to Michael Slusarz
This should fix.
Bug #9703: Don't add ajaxui to spellcheck URL request1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5271c17e583c7e321f4465f27940fe28cbbe815c
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Check spelling is introducing html code on the message body
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
white spaces together, then ask for spell check.
The message will now have instead of the white spaces.
This seems to be related with the url of the ajax call for spell
check, because it ends with &ajaxui=1/html and the code seems to be
expecting the "/html" to be placed before the &ajaxui..