Opened 8 years ago
Last modified 8 years ago
#16932 confirmed Bug
[ENTER_BR]: Enter hides space before text and leaves cursor in first line.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | IE EDGE | Cc: |
Description
Steps to reproduce
- Set editor enterMode to ENTER_BR
- In editor, enter text - 'Send to 123 Main St'
- Place cursor immediately after 'to', before space
- hit Enter key
Expected result
Space in front of '123' is visible and cursor is blinking before it.
Actual result
There is no space in front of '123' and cursor is still blinking at the end of first line.
Chrome and Firefox have similar problems: #16905 and #16929