Opened 8 years ago
Last modified 8 years ago
#16618 review_failed Bug
[IE11][FF][CF] Styling could not be reapplied on a simple click — at Version 2
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.1 |
Component: | General | Version: | 4.6.0 |
Keywords: | Cc: |
Description (last modified by )
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, FF (Chrome works as expected).
Change History (2)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Summary: | [IE11][CF] Styling could not be reapplied on a simple click → [IE11][FF][CF] Styling could not be reapplied on a simple click |