[TYPO3-core] FYI: Fixed bug #15749: htmlArea RTE: Firefox shows & in external links with query string
Stanislas Rolland
typo3 at sjbr.ca
Sun Sep 26 00:09:51 CEST 2010
FYI: The attached SVN patch was committed.
Type:
Bugfix
Problem:
If you insert an external link with RTE link editor (e.g.
http://example.com/?a=1&b=2), the generated href attribute is,
correctly, href="http://example.com/?a=1&b=2".
However, updating the link results in the href attribute becoming
href="http://example.com/?a=1&b=2".
Solution:
The problem arises when the RTE sends the link information as html text
rather than as a list of node attributes. This may happen depending on
the nature of the selection. In such case, the href attribute needs to
be html-decoded.
Bugtracker references:
http://bugs.typo3.org/view.php?id=15749
Branches:
trunk (revision 8894)
TYPO3_4-4 (revision 8895)
TYPO3_4-3 (revision 8896)
Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_15749_trunk.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100925/74a113ac/attachment.txt>
More information about the TYPO3-team-core
mailing list