Opened 9 years ago
Closed 8 years ago
#14599 closed Bug (expired)
disabled editor, still being able to paste
Reported by: | edulid | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- enable 'Cut', 'Copy', 'PasteText' in the toolbar
- select some text in the editor (previously set with .setData()
- the "copy" button gets enabled, correct
- click anywhere else, then right click -> the "pasteText" button gets enabled. And now you can paste text, although the ckEditor is disabled. Morover, when you paste text, the whole contents are being replaced!!!
Using version 4.5.8.
The same if you use the right click menu: if you click 2 or more times with the right click, you can select "paste" in the context-menu. This should be disabled if the ckeditor is disabled.
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Status: | new → pending |
---|---|
Version: | 4.5.9 (GitHub - master) |
I could not reproduce that. Please provide screen cast for this problem and tell in which OS and browser it happens.
NOTES:
- What does it mean to disable? Is it {{CKEDITOR.instances.editor1.setReadOnly(true);}}}?
- What does it mean enable Cut in the toolbar? Button is already there and when you make editor read-only button becomes disabled. Please explain in more detail what do you mean.
comment:3 Changed 8 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Of course, I forgot to mention, that the editor is disabled (here as step 0. : disable editor)