Opened 9 years ago
Last modified 8 years ago
#16618 review_failed Bug
[IE11][CF] Styling could not be reapplied on a simple click — at Initial Version
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.1 |
Component: | General | Version: | 4.6.0 |
Keywords: | Cc: |
Description
Steps to reproduce
Can be easily reproduced on /tests/plugins/copyformatting/manual/safaricolor
(for both editors).
- Put caret inside first paragraph e.g.
Text witho^ut any format
. - Click
Copy Formatting
button. - Click on the last word (Orange) inside last paragraph (styling will be removed).
- Click on the still styled word inside same paragraph e.g.
Text with Bac^kground Colour Orange
. - Click
Copy Formatting
button. - Click on the last word (Orange) inside last paragraph.
Expected result
On the second click styling should be copied, so word Orange should be styled same as rest of the paragraph.
Actual result
On the second click, styling is not applied.
Other details (browser, OS, CKEditor version, installed plugins)
IE11 (checked also on Chrome where it works as expected).