Opened 9 years ago
Closed 9 years ago
#13809 closed Bug (invalid)
Backspace
Reported by: | matejp | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to : http://ckeditor.com/demo
- put cursor in on the beginnig of the second line (body / p / bold) - before Apollo 11
- press backspace
Expected result
Newline should be deleted, text on the left side of cursor shoud be h1, text on the right side of the cursor should be paragraph
Actual result
Text on the right side of the cursor gets h1 style
Other details (browser, OS, CKEditor version, installed plugins)
Chrome, FF, Win8, other info - CkEditor demo site
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | backspace style removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.4 |
This is how browser works. Please try below code in HTML page. You will get same result with no CKEditor used.