Opened 8 years ago
Closed 8 years ago
#16839 closed Bug (wontfix)
Deleting marked header element leaves tag behind (IE/Edge only)
Reported by: | Dennis Jakobsen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to the demo page of ckeditor.com
- Make line after header bold (strong).
- Mark header and CUT (ctrl+x)
- Press delete to pull up bold line
Expected result
Should not affect styling of pulled up lines
Actual result
bold line pulled up acquires previously cut header elements tag
Other details (browser, OS, CKEditor version, installed plugins)
IE/Edge only on current ckeditor release
Change History (1)
comment:1 Changed 8 years ago by
Keywords: | IE Editor removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Version: | 4.6.2 |
The same test case can be reproduced in Chrome and in FF provided that you keep the cursor at the beginning of bold line and press backspace.
What is more this is how it works in native contenteditable elements which means that this is browser default behaviour.
The behaviour is consistent (except TC for Firefox) and I don't think it is a good idea trying to fight with it.