Ticket #424 (new defect)
aHtml::obfuscateMailtoInstance() breaks &body= in mailto:
| Reported by: | spike | Owned by: | tboutell |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.5.2 |
| Component: | apostrophePlugin | Version: | 1.5 |
| Keywords: | Cc: | team@… | |
| Symfony version: | 1.4 |
Description
Our marketing team found an obscure bug in the implementation of aHtml::obfuscateMailtoInstance() wherein using the subject and body fields in FCKEditor's GUI for mailto: links breaks. This is because the "&body=" is replaced with "&body=". It seems like the browser should still recognize this, but it doesn't (tested merely in FF).
To be fair, this is much more of a bug with FCKEditor than it is with aHtml::obfuscateMailtoInstance(), but that is the best place to fix it.
This is using: /tags/RELEASE_1_0_11


