[TYPO3-core] FYI: Fixed bug #7684: htmlArea RTE: Cursor positioning when creating new table

Stanislas Rolland typo3 at sjbr.ca
Fri Feb 29 03:57:22 CET 2008


FYI: The attached SVN patch was committed.

Type:
Bugfix

Problem:
After insertion of a table, the position of the cursor is... anywhere, 
depending on browser. One would expect to see it in the first cell of 
the first row.

Solution:
For gecko browsers, we will stuff the cells with br elements otherwise 
they are not selectable. This will also solve some other table display 
issues in FF, Safari and Opera. The br elements will disappear on save, 
toggle to textmode, or when entering text in the cell.
For IE, we will have to assign a temporary id attribute because IE 
returns no reference to the inserted table.

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

Branch:
TYPO3_4-2

Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_7684.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080228/ed923265/attachment.txt 


More information about the TYPO3-team-core mailing list