Opened 16 years ago
Closed 16 years ago
#2978 closed Bug (fixed)
Show blocks should keep state across mode switches
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Review+ | Cc: |
Description
To reproduce the bug:
- Open replacebyclass.html of trunk in Firefox 3.
- Enable show blocks.
- Switch to source mode and back.
- Now show blocks is disabled.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 2978.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
This is caused by a slip-of-mind logic bug in the final patch to #2869. The isOn flag should be toggled along with this.toggleState().