-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
None
-
Affects Version/s: 5.10.8, 6.0.3
-
Component/s: Editor - Page / Comment Editor
-
1
-
Severity 3 - Minor
Summary
If you add a simple line in the text editor with an blank space at the end of the line, Firefox will add a <br> element in the code source.
Environment
- Firefox(latest version)
- Confluence
Steps to Reproduce
- Edit a page.
- Insert the following text:
Example
- There's a blank space at the end of the line
- Save the changes
- Select the entire line
- Inspect the element(view code source)
Expected Results
It will display the text source as:
<p>Example <p>
Actual Results
<p>Example <br></p>
Notes
Google Chorme will display as:
<p>Example </p>
Workaround
No Workaround