Opened 13 years ago
Closed 13 years ago
#9140 closed Bug (fixed)
[EnterMode = BR] JS error when trying to create a list
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.4 | 
| Component: | General | Version: | 3.6.4 | 
| Keywords: | Cc: | 
Description (last modified by )
Found in FF13, there is a similar error in IE9 (did not check other browsers)
- 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]
Change History (2)
comment:1 Changed 13 years ago by
| Description: | modified (diff) | 
|---|---|
| Status: | new → confirmed | 
comment:2 Changed 13 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | confirmed → closed | 

Fixed with [7565].