Opened 14 years ago
Closed 13 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 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | 3.6.2 (SVN - trunk) → 3.5.1 |
Reproducible in IE6-8 (IE9 works fine) from CKEditor 3.5.1.
comment:3 Changed 14 years ago by
JS error log:
Message: 'nodeValue.length' is null or not an object
Line: 797
URI: /_source/plugins/selection/plugin.js
comment:4 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Closing as DUP of #8467
The enter mode is br. With the p mode, no problem. The problem is only with internet explorer.