-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.2.0
-
Component/s: Issue - Fields
-
7.02
-
Severity 3 - Minor
Summary
When formatting is applied to a block of text that starts or ends with a whitespace the saved content shows a wiki markup
Environment
JIRA with a Rich Text Editor enabled.
Wiki Rendering is enabled for the text fields
Steps to Reproduce
- Type in some text into a text field like
The text to markup
- Select ' text' from the content that was just entered.
- Select bold from a toolbar
- Text is now bold:
The text to markup
- Save the changes.
Expected Results
The text is displayed as was formatted, i.e.:
The text to markup
Actual Results
The markup characters are in the text instead of actual formatting
The* text* to markup
Workaround
Do not select whitespace when formatting the text.