Opened 12 years ago
Last modified 11 years ago
#10636 confirmed Bug
Error thrown when in/outdenting inside of a list element (caret in a paragraph)
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.6.3 |
Keywords: | Cc: |
Description
<ol> <li>x <p>y^</p> <ol> <li>z</li> </ol> </li> </ol>
- When outdenting:
Uncaught TypeError: Cannot call method 'getParent' of null
- When indenting: Nothing happens, in previous version
margin-left
added to the outer list.
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | CKEditor 4.2 → CKEditor 4.2.1 |
---|
comment:2 Changed 11 years ago by
Milestone: | CKEditor 4.2.1 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:3 Changed 11 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
I'm reopening it because a.nowodzinski confirmed that the issue is valid.
comment:4 Changed 11 years ago by
Status: | reopened → confirmed |
---|---|
Version: | 4.2 → 3.6.3 |
- "When indenting: Nothing happens" - this can be reproduced from CKEditor 3.0
- "When outdenting: " Error is thrown:
Message: TypeError: node is null
Code: return selected.$;
Line: 1329
Code: selection.js
This part can be reproduced from CKEditor 3.6.3 rev. [7419]
DUP of #9151.
@a.nowodzinski I have moved milestone to #9151