-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Affects Version/s: 5.7.3
-
Component/s: Editor - Page / Comment Editor
-
Environment:
Firefox 39
-
Severity 3 - Minor
Steps to reproduce:
- Edit a confluence page.
- Add a (1x1) table.
- Edit the table cell, enter: "foo<shift><cr>bar", that is "foo" then press <shift> and <cr> for a (non-paragraph) line break and the enter "bar".
- Add another (1x1) table.
- Select the previously entered multiline "foo bar" string.
- Press <ctrl>+<c> or select "copy" from the right click context menu of the selected string.
- Click on the second (new and empty) table.
- Press <ctrl>+<v> or select "paste" from the right click context menu of the empty table cell.
Observe that the copy uses a paragraph break, and the original only a line break. That is the copied text contains a bigger vertical space between "foo" and "bar".