Opened 14 years ago
Closed 14 years ago
#6529 closed Bug (fixed)
Basic style cannot be re-applied
Reported by: | Tobiasz Cudnik | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | Core : Styles | Version: | 3.4.2 |
Keywords: | Cc: |
Description
Basic style cannot be re-applied, a regression since 3.4.1.
- Use a following content:
<p> <strong>this [is</strong> some] sample text</p>
- Press the Bold button, to remove a bold style.
- Press the Bold button again, to apply it on the selection.
Expected: The bold text is "this is some".
Result: The bold text is "this".
Relevant UnitTest: test_inline14
Attachments (2)
Change History (10)
comment:1 Changed 14 years ago by
Component: | General → Core : Styles |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Owner: | set to Paweł Horzela |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 6529.patch added |
---|
comment:4 Changed 14 years ago by
Owner: | changed from Paweł Horzela to Garry Yao |
---|---|
Status: | assigned → review |
comment:5 Changed 14 years ago by
Status: | review → review_failed |
---|
Using the same TC and trying to remove the newly created element doesn't work. This is caused by the change of L888.
Changed 14 years ago by
Attachment: | 6529_2.patch added |
---|
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6030].
The issue was introduced in [5994].