Opened 13 years ago
Closed 13 years ago
#10337 closed Bug (fixed)
Unable to remove strike through
| Reported by: | Olek Nowodziński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.1.1 |
| Component: | Core : Styles | Version: | 4.1 RC |
| Keywords: | Cc: |
Description
- Open replacebycode.
- Strike some text.
- Click remove format.
- Strike remains.
Bisect points to git:db6ffc3a857 as a first bad commit so it's been introduced by #9796. Apparently we updated basicstyles plugin but we forgot to tune removeformat behavior.

Fixed on master with git:b74d293.