Opened 17 years ago
Closed 17 years ago
#3047 closed Bug (invalid)
plugin:formatcombo doesn't preserve existing styles
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Cc: |
Description
After applying format elements, css styles on the original element was lost.
Attachments (1)
Change History (2)
Changed 17 years ago by
| Attachment: | test-formatCombo-apply.patch added |
|---|
comment:1 Changed 17 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
That's expected for block elements. The current element is totally replaced by the new element as attributes on it may interfere on the styles being applied.

Functional Test Case