Inserting table after resize fails with error " Unable to get property 'checkReadOnly' of undefined or null reference"
Steps to reproduce
- CkEditor is launched from within a frame in HTML page. Please see code sample attached.
- Launch the page. Create some content.
- Open insert table dialogue.
- Maximize editor using "resize" link.
- Click on "Ok" in table dialogue.
Expected result
Table should get inserted at desired position.
Actual result
Nothing happens on browser. In debugger console, we see following error -
SCRIPT5007: Unable to get property 'checkReadOnly' of undefined or null reference
ckeditor.js (341,347)
Other details (browser, OS, CKEditor version, installed plugins)
- Using IE 11 browser in quirks mode.
Failed to reproduce. Could you provide your build configuration?