-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 6.15.1, 6.15.4
-
Component/s: Editor - Page / Comment Editor
-
1
-
Severity 3 - Minor
Summary
- Line breaks are not working when you add a Code Block macro or a Panel macro inside a bullet list.
Environment
- Google Chrome
- Safari
Steps to Reproduce
- On the editor of a Confluence page, create a bullet list and a few items, for example:
1. Some text 2. Some text 3. Some text {Code Block} - After inserting the Code Block macro, place the cursor on the editor, in the end of the block, and hit ENTER
Expected Results
- A new line is created below the Code Block macro, looking like:
1. Some text 2. Some text 3. Some text {Code Block} 4. Some text
Actual Results
- A new line is created above the Code Block macro, looking like:
1. Some text 2. Some text 3. 4. Some text {Code Block}
Workaround
- This issue was not replicable in Firefox
- mentioned in
-
Page Loading...