Changes between Initial Version and Version 1 of Ticket #9761, comment 11
- Timestamp:
- Apr 17, 2013, 12:40:57 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9761, comment 11
initial v1 1 This should not be closed. Here is a sample of of how to reproduce it very simply.1 This should not be closed. This is a very common error for and I just now nailed it down what caused it for me. Here is a sample of of how to reproduce it very simply. 2 2 3 1. Download CKE 4.1 standard 4 2. Extract to wherever 5 3. Download the attached sample THISTEST.html 6 4. Open in IE9, Allow it to run the script 7 5. Click "Unleash" button 8 6. Click some text 9 7. Press Backspace; does not work. 3 1. Download the attached sample THISTEST.html, add to 4.1 samples folder 4 2. Open in IE9, allow it to run the script 5 3. Click "Unleash" button ad awd w ad awd awd awd a 6 4. Click some text 7 5. Press Backspace; does not work 10 8 11 This is a very common error for me but I Finally just now nailed it down what caused it. 9 Also reproducible in http://ckeditor.com/demo 10 1. Go to demo with IE9 11 2. Open developer console; input the following commands '''individually''' 12 3. editor.setReadOnly(); 13 4. editor.setData("<p>foo</p>"); 14 5. editor.setReadOnly(false);