-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 6.3-OD-2, 7.2.0-OD-05, 5.2.10, 5.2.11, 6.0, 6.4.11, 7.0.10, 7.1.2, 7.6.9, 9.4.2, 9.12.22, 10.6.1
-
Component/s: Issue - Fields
-
5.02
-
14
-
Severity 3 - Minor
-
2
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary of Bug
When using the Wiki Style Renderer (Rich text editor), there are times when the spacing between the bullets are not shown correctly; Especially when adding any format to the main point in a bullet list.
Steps to replicate
- In the comment or description of an issue, enter the following (as an example) :
* *test* ** one ** two * *test two* ** one ** two
- The preview of it would show the following :

- However, when inserted into JIRA, the result would be the following :

Additional Info
- Everything seems to show fine if there is an empty space placed in between the two main points, like the following :
* *test* ** one ** two * *test two* ** one ** two
- Behavior is also different if the main points (test and test two) is not bold - Here is the preview :

and here is the result :

- This is visible when you make the main point italics,underline or add a font color.
Workaround
Workaround created bases on this comment
Set the following code in the Announcement Banner:
<style type="text/css">
li > ul, li > ol {
margin-top: 0;
}
</style>
The workaround has been tested in Jira versions:
- v9.4.X
- v9.12.22
- v10.6.1
- is duplicated by
-
JRACLOUD-65533 Bullet lists under a line of text are rendered incorrectly in saved view
-
- Closed
-
-
JRASERVER-32146 Bullet List displays too much white space and renders incorrectly
-
- Closed
-
-
JRASERVER-38091 Rendering of bullet points has different indentation during Preview of a wiki-renderable field
-
- Closed
-
-
JRASERVER-60271 wiki markup adds unwanted space in bulleted/numbered lists
-
- Closed
-
- is related to
-
JRACLOUD-65787 Description preview styling does not match saved style.
-
- Closed
-
-
JRASERVER-39230 Wiki renderer numbers within bullets formatting isn't consistent
-
- Closed
-
- relates to
-
JRACLOUD-33394 Wiki Style Renderer does not show bullets spacing correctly
-
- Closed
-
-
JRASERVER-22643 Bullets are different from preview
-
- Closed
-