[TYPO3-core] FYI: Fixed bug #11362: htmlArea RTE: Cursor may not be put in list elements newly created in front of links

Stanislas Rolland typo3 at sjbr.ca
Mon Nov 16 02:09:51 CET 2009


FYI: The attached SVN patch was committed.

Type:
Bugfix

Problem:
Using gecko browser:
1. Create a list (ul or ol) with some list elements;
2. Let one list element start with a link;
3. Position the cursor in front of the link;
4. Insert an empty list element before the current one by pressing enter;
5. The cursor cannot be put inside the newly created list element;
6. After toggling to HTML view and back, the cursor can be put inside 
the list element.

Solution:
In Gecko browsers, in content editable mode, empty list elements may 
either not be rendered or may not be selectable.
Insert br element in new list element.

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

Branches:
trunk (revision 6425)
TYPO3_4-2 (revision 6426)

Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_11362_trunk.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091115/5fb7f4e3/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_11362_typo3_4-2.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091115/5fb7f4e3/attachment.txt>


More information about the TYPO3-team-core mailing list