Opened 8 years ago
Closed 8 years ago
#16469 closed Bug (invalid)
All applied formatting (e.g. Font Size/Font Name) back to default when user removes all content.
Reported by: | paulam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | paulina.masiak@… |
Description
Steps to reproduce
- Open nightly build http://nightly.ckeditor.com/16-09-12-06-07/full/samples/.
- Change the style of whole text to: font - Georgia, size - 18 and bold.
- Clear all content.
Expected result
Editor should keep applied formatting changes.
Actual result
Removing content removes formatting.
Other details (browser, OS, CKEditor version, installed plugins)
Change History (2)
comment:1 Changed 8 years ago by
Cc: | paulina.masiak@… added |
---|
comment:2 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I can't accept this as a bug. When you apply formatting the HTML looks like below:
so when you remove contents, spans are also removed and it makes perfect sense to not keep formatting.