[TYPO3-core] FYI: Fixed bug #12534: htmlArea RTE: list creation looses text in Safari

Stanislas Rolland typo3 at sjbr.ca
Tue Nov 10 06:46:13 CET 2009


FYI: The attached SVN patch was committed.

Type:
Bugfix

Problem:
In Safari or any Apple WebKit-based browser, if one or more paragraphs 
are selected with the intent of creating an (un)ordered list, pressing a 
list creation button indeed creates a list but the text of the 
paragraphs is gone.

WebKit wraps the text within span tags with class "Apple-style-span". 
Intending to clean away this markup, the RTE removed the span tags and 
their textual contents.

Solution:
Just remove the markup and retain the contents.

Bugtracker references:
http://bugs.typo3.org/view.php?id=12534

Branches:
trunk (revision 6394)
TYPO3_4-2 (revision 6395)

Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_12534_typo3_4-2.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091110/0e0d1006/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_12534_trunk.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091110/0e0d1006/attachment.asc>


More information about the TYPO3-team-core mailing list