Actions
Bug #18191
closedVarious issues with nested lists in htmlArea RTE
Start date:
2008-02-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using the built-in execCommand function for indent/outdent within lists, every browser gets it wrong and eventually produces some invalid code for nested lists. The break point varies depending on the browser.
Moreover, Safari inserts a span element inside every li element.
The attached patch removes reliance on execCommand in Firefox, IE and Safari (but not in Opera where it fails).
Also eliminates Apple span elements from li elements.
(issue imported from #M7495)
Files
No data to display
Actions