Actions
Defect #5045
closedErrors in formatting of texts.
Start date:
2010-03-11
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
This issue is similar on #3089, but there other category and additional errors are specified.
- Combination text format not always work.
bold | italic | underline | deleted | superscript | subscript | |
bold | OK | OK | ERROR | OK | OK | |
italic | ERROR | OK | ERROR | OK | OK | |
underline | ERROR | ERROR | ERROR | OK | OK | |
deleted | ERROR | OK | OK | OK | OK | |
superscript | ERROR | ERROR | ERROR | ERROR | OK | |
subscript | ERROR | ERROR | ERROR | ERROR | ERROR |
bold + italic | OK | italic + bold | ERROR | |
bold + underline | OK | italic + underline | OK | |
|
ERROR | |
ERROR | |
bold + superscript | OK | italic + superscript | OK | |
bold + subscript | OK | italic + subscript | OK |
underline + bold | ERROR | |
ERROR | |
underline + italic | ERROR | |
OK | |
|
ERROR | |
OK | |
underline + superscript | OK | |
OK | |
underline + subscript | OK | |
OK |
superscript + bold | ERROR | subscript + bold | ERROR | |
superscript + italic | ERROR | subscript + italic | ERROR | |
|
ERROR | |
ERROR | |
superscript + underline | ERROR | subscript + underline | ERROR | |
superscript + subscript | OK | subscript + superscript | ERROR |
- Use of formatting of the text without blanks does not work.
In the description of format Textile brackets [ ]
are for this purpose provided.
example:
te[_st italic te_]xt - "st italic te" should be italic.
Related issues
Actions