-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.5.0, 9.2.8, 9.2.12, 9.2.13, 10.2.3
-
Component/s: Editor - Page / Comment Editor
-
None
-
1
-
Severity 3 - Minor
Issue Summary
When replacing a word in the Confluence editor by double‑clicking it and pasting a copied word, the space before the word is removed, causing words to join together.
Steps to Reproduce
- Login to Confluence
- Edit a Confluence page (new or existing).
- Type: Hello world here
- Select Hello and copy it (Ctrl/Cmd+C).
- Double‑click world to select it.
- Press Ctrl/Cmd+V to paste.
Expected Results
Text remains Hello Hello here (space preserved before the second “Hello”).
Actual Results
Text becomes HelloHello here (no space between the two words).
Workaround
Current workaround is to select the text, give a space and then paste the copied text.