Opened 8 years ago
Last modified 8 years ago
#16929 confirmed Bug
[ENTER_BR]: Enter hides space before text
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Firefox | 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
- on new line, hit Delete or Arrow Right
Expected result
Space should be visible and key press should either move cursor or delete the space.
Actual result
Notice that first key press does nothing and space before '123' is not visible.
Other details (browser, OS, CKEditor version, installed plugins)
Problem can't be reproduced in native contenteditable element.
Change History (2)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
Chrome and IE have similar problems: #16905 and #16932