Opened 11 years ago
Last modified 11 years ago
#11411 confirmed Bug
Cannot change nested list type in blockquote
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.0.2 |
Keywords: | Cc: |
Description
- Open editor (replacebyclass.html) and paste following html as a source:
<ol> <li>aa <blockquote> <ol> <li>bb</li> <li>cc</li> </ol> </blockquote> </li> <li>dd</li> </ol>
- Go to WYSIWYG mode and select [bb ... cc].
- Press "Insert/Remove Bulleted List" button.
Result:
- nested list type is unchange,
- error in console: "Uncaught TypeError: Cannot read property 'parent' of undefined."
- when you do to the source mode you will se bookmarks:
<li><span id="cke_bm_152S" style="display:none"> </span>bb</li> <li>cc<span id="cke_bm_152E" style="display:none"> </span></li>
Tested with Chrome and FF.
Change History (3)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Problem can be reproduced from CKEditor 3.0.2 in every browser.
NOTE:
FF 26 produces slightly diffrent exception TypeError: w[D] is undefined
Well, yes you may get this when you test things with release code :).
Line:314 Message: listArray[listIndex] is undefined Code: listNode = listArray[ listIndex ].parent; URI: ckeditor/plugins/list/plugin.js
comment:3 Changed 11 years ago by
Component: | General → Core : Lists |
---|---|
Version: | 3.6.6 (SVN - trunk) → 3.0.2 |
Confirmed with IE10, Chrome, FF26
FF 26 produces slightly diffrent exception
TypeError: w[D] is undefined