Opened 12 years ago

Closed 12 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 Wiktor Walc)

Found in FF13, there is a similar error in IE9 (did not check other browsers)

  1. Load _samples/enterkey.html
  2. Switch to enter mode = BR
  3. Move cursor at the end of first line
  4. Press enter to create new line
  5. 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 12 years ago by Wiktor Walc

Description: modified (diff)
Status: newconfirmed

comment:2 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed

Fixed with [7565].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy