-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Editor - Cloud
-
5
-
Severity 3 - Minor
-
0
Issue Summary
Insert and delete in Code Block (e.g. in Description) removes line when using Firefox:
Screen Recording 2025-02-19 at 10.33.42 am.mov![]()
Steps to Reproduce
- Access Jira using Firefox
- Create a Jira issue
- Insert some multi-line text into the code block in Description
- Move the cursor to the end of a line which has lines below it.
- Insert characters OR Delete characters
Expected Results
Insert: new characters are added to the end of the current line, and the lines below remain unchanged.
Delete: characters on the current line are removed and the lines below remain unchanged.
Actual Results
Insert: The new character is added, but the newline character is removed.
Delete: The character is deleted AND the newline character is removed.
Workaround
Use different browser, e.g. Chrome