Opened 13 years ago

Closed 12 years ago

#8122 closed Bug (duplicate)

Insert a new line between a list and another line (internet explorer)

Reported by: Flavien CROCHARD Owned by:
Priority: Normal Milestone:
Component: General Version: 3.5.1
Keywords: IE Cc:

Description

Insert the following code in source mode :

<ul>
	<li>
		foo</li>
</ul>
next foo

Go to wysiwyg mode, put your cursor at the beginning of the line "next foo". Push enter : new line inserted. Push up to go to the new line. The following error appear in IE console : nodeValue.length is null or not an object.

Thanks in advance.

Change History (4)

comment:1 Changed 13 years ago by Flavien CROCHARD

The enter mode is br. With the p mode, no problem. The problem is only with internet explorer.

comment:2 Changed 13 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.6.2 (SVN - trunk)3.5.1

Reproducible in IE6-8 (IE9 works fine) from CKEditor 3.5.1.

comment:3 Changed 13 years ago by Jakub Ś

JS error log:
Message: 'nodeValue.length' is null or not an object
Line: 797
URI: /_source/plugins/selection/plugin.js

comment:4 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: confirmedclosed

Closing as DUP of #8467

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