Opened 9 years ago
Last modified 9 years ago
#16977 confirmed Task
Font plugin should also transform `font` element with style attributes.
| Reported by: | kkrzton | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Font plugin now recognizes styling attributes (size, align, face) on font element and transforms it into span, but if the element has the style attribute resulting in the same styling (font-size, text-align, font-family) it is not properly recognized and transformed. It is removed instead.
The plugin should be also able to recognize such styling and transform font into span with a proper style attribute.
Change History (3)
comment:1 Changed 9 years ago by
| Owner: | set to kkrzton |
|---|---|
| Status: | new → assigned |
| Type: | Bug → Task |
comment:2 Changed 9 years ago by
| Milestone: | CKEditor 4.7.0 |
|---|
comment:3 Changed 9 years ago by
| Owner: | kkrzton deleted |
|---|---|
| Status: | assigned → confirmed |

Initial changes with some tests - https://github.com/cksource/ckeditor-dev/tree/t/16977