Opened 7 years ago

Closed 7 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

  1. Consider this jsFiddle: https://jsfiddle.net/12o9kyr6/
  2. Switch to source mode.

3 Delete all contents.

  1. Switch back to WYSIWYG mode, but don't focus the editor.
  2. 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 7 years ago by Marek Lewandowski

Milestone: CKEditor 4.7.0
Version: 4.7.0 (GitHub - major)

Removing milestone, it's not a priority ATM.

comment:2 Changed 7 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #12326.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy