Opened 8 years ago
Closed 8 years ago
#16895 closed Bug (duplicate)
Cannot read property 'blockLimit' of null when clicking combo box
Reported by: | Tade0 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Consider this jsFiddle: https://jsfiddle.net/12o9kyr6/
- Switch to source mode.
3 Delete all contents.
- Switch back to WYSIWYG mode, but don't focus the editor.
- Click any of the combo boxes.
Expected result
Combo box is opened, no error thrown.
Actual result
Combo box is opened, but an error is thrown:
Uncaught TypeError: Cannot read property 'blockLimit' of null at CKEDITOR.style.checkApplicable (ckeditor.js:484) at $.onOpen (ckeditor.js:980) at $.e.onShow (ckeditor.js:787) at $.showBlock (ckeditor.js:692) at Object.execute (ckeditor.js:784) at $.<anonymous> (ckeditor.js:784) at ckeditor.js:31 at Object.callFunction (ckeditor.js:31) at HTMLAnchorElement.onclick ((index):1)
Other details (browser, OS, CKEditor version, installed plugins)
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | CKEditor 4.7.0 |
---|---|
Version: | 4.7.0 (GitHub - major) |
Removing milestone, it's not a priority ATM.