Bug #23030
Text cannot be indented multiple times
| Status: | Resolved | Start date: | 2010-06-29 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Chris topher | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.4 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
Pressing the button Indentation adds the class indent (or the one specified in RTE.default.buttons.indent.useClass) to the current tag.
If you then press the button again to indent the text even further, nothing happens at all.
It would be great, if indenting a text multiple times would be possible, too.
This problem is present in TYPO3 4.4, but also was already present in TYPO3 4.3.
(issue imported from #M14908)
History
Updated by Chris topher 3 months ago
- Status changed from New to Resolved
- Assignee set to Chris topher
- Target version deleted (
0) - % Done changed from 0 to 100
- TYPO3 Version set to 4.4
Resolved, no change needed.
The classes were added correctly by the RTE, but multiple indentations did not become visible. I wanted to implement the indentation with the CSS property "text-indent". However, using this obviously all in all only allows one single indentation. Using "margin-left" instead works fine, also multiple times.