Opened 12 years ago
Last modified 12 years ago
#9679 confirmed Bug
Deleting extra space below table and "unlisting" causes JS error — at Version 2
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.4 |
Keywords: | Webkit IE | Cc: |
Description (last modified by )
Reproducible from CKEditor 3.6.4 rev. [7538]. Can also be reproduced in CKEditor 4.x.
- Open replacebycode sample and clear editor contents
- Create 3 level list
- Click at the end of second list item and insert table
- There will be space below table and last list item
- Put cursor in this extra space and press delete
- Last list item will be joined with second one. Now cursor should be at the beginning of text that previously belonged to last list item.
- Click list button again
Result: table and taxt that previously belonged to last list item disappears and JS error pops out:
Message: Cannot call method 'getParent' of null
Line: 1608
URI: ckeditor/_source/core/dom/range.js
Change History (3)
Changed 12 years ago by
Attachment: | 2012-11-20_1405.swf added |
---|
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
Viedo showing how to reproduce