Opened 13 years ago
Last modified 13 years ago
#9140 closed Bug
[EnterMode = BR] JS error when trying to create a list — at Initial Version
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | General | Version: | 3.6.4 |
Keywords: | Cc: |
Description
Found in FF13, there is a different error in IE9 in the same line.
- Load _samples/enterkey.html
- Switch to enter mode = BR
- Move cursor at the end of first line
- Press enter to create new line
- Click List button
Result in Firefox:
sibling.is is not a function if ( sibling && sibling.is( listNode.getName() ) ) list/plugin.js, line 703
Result in IE9:
Object doesn't support property or method 'is' list/plugin.js, line 703 character 4
Introduced in [7540]