Opened 15 years ago
Closed 15 years ago
#3764 closed Bug (fixed)
Show Blocks + setData causes blocks refresh problem
Reported by: | Damian | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM Confirmed Review+ | Cc: |
Description
When setData is called on the editor while show blocks is enabled, the block indicators are not refreshed properly.
Attached example test.
To reproduce:
- Open attached sample
- When editor ready, press Set Data.
- Enable Show Blocks
- Change the text in the edit area and press Set Data again
Results:
Show Blocks is still active on toolbar but block indicators are no longer rendered properly.
Attachments (3)
Change History (9)
Changed 15 years ago by
Attachment: | blocksSample.html added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Tobiasz Cudnik |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 3764.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
It looks like we don't need the on('mode') code anymore at this point.
Also, please preserve the code style. It's just a matter of maintaining the style we can see in the statements a few lines above the patch changes.
Changed 15 years ago by
Attachment: | 3764_2.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Patch handles also new page command.