-
Bug
-
Resolution: Fixed
-
Low
-
8.3.0
-
Severity 3 - Minor
-
0
-
Issue Summary
When there are directly adjacent emojis or images on the page, placing the cursor in the middle and pressing Backspace key deletes the image forward of the the cursor, not before it as expected.
This is reproducible on Data Center: yes
Steps to Reproduce
- Create new page
- Use Insert Emoji menu item, select two or more different emojis and add them into the page on the same line
- Delete spaces between them
- Place the cursor between emojis
- Now the content is {emoji1}{cursor}{emoji2}
- Press Backspace
You can use images instead of emojis.
Expected Results
Content is {cursor}{emoji2}
Actual Results
Content is {emoji1}{cursor}
Workaround
- Click on the emoji to delete and use Backspace or Delete key.
- Use Delete key instead.