Opened 11 years ago
Last modified 11 years ago
#11154 confirmed Bug
Cannot disable list in blockque
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.0.2 |
Keywords: | Cc: |
Description
- Open browser (tested with Chrome and IE11).
- Open "Replace Textarea Elements by Class Name" sample (samples/replacebyclass.html).
- Set this content in editor:
<ol> <li>aa <blockquote> <ol> <li>bb</li> <li>cc</li> </ol> </blockquote> </li> <li>dd</li> </ol>
- Switch to WYSIWYG mode and select [bb cc].
- Press "Insert/Remove numbered list" button.
List is not removed and in console you should see:
Uncaught TypeError: Cannot set property 'indent' of undefined
Change History (1)
comment:1 Changed 11 years ago by
Component: | General → Core : Lists |
---|---|
Status: | new → confirmed |
Version: | → 3.0.2 |
Problem can be reproduced from CKEditor 3.0.2 in all browsers.
Error is thrown in: URI: /plugins/list/plugin.js
Line: 454
Code: listArray[ listIndex ].indent = -1;
Message: listArray[listIndex] is undefined