Opened 14 years ago
Closed 14 years ago
#6361 closed Bug (invalid)
IE: Inline style not removed
Reported by: | Tobiasz Cudnik | Owned by: | Paweł Horzela |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | General | Version: | 3.3.2 |
Keywords: | IE | Cc: |
Description (last modified by )
Regression since 3.3.2 (worked on 3.3.1). Apply and try to remove bold on some non-collaped selection when in enterMode=BR, it will not be removed.
- Set config.enterMode = CKEDITOR.ENTER_BR
- Type some text
- Select some text
- Apply bold
- Apply bold again to remove this style
Expected: Text is not bold.
Present: Text is still bold.
Change History (4)
comment:1 Changed 14 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 14 years ago by
Owner: | set to Paweł Horzela |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
It turns out that this behavior was caused by custom selectionChange listener
Without it, i can't reproduce this issue anymore.