Opened 14 years ago
Closed 14 years ago
#7913 closed Bug (fixed)
setReadOnly does the reverse of what it says it does
Reported by: | Joe | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Descriptive summary :
According to http://ckeditor.com/blog/CKEditor_3.6_released , editor.setReadOnly( true ) should turn Read Only mode on, while editor.setReadOnly( false ) sould turn Read Only mode off. In practice, its switched.
Steps to reproduce :
- Go to http://nightly.ckeditor.com/6956/_samples/readonly.html in Chrome
- Right click inspect to get to your console window
- In the console, type: editor.setReadOnly( true )
- Verify that the editor is not in read only mode
- In the console, type: editor.setReadOnly( false )
- Verify that the editor is in read only mode
Browser name and OS :
Chrome, Windows XP
Screenshot :
DUP of #7914.