Opened 13 years ago
Closed 13 years ago
#8742 closed Bug (duplicate)
Javascript error when creating table/smiley/form with entermode:ENTER_BR
Reported by: | PK | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | IE | Cc: |
Description (last modified by )
I encountered a javascript error when I try to create a table (with default parameters) with the latest ckeditor 3.6.2 samples\ajax.html using Internet Explorer 8. The only thing set in the configuration is entermode (which is set to ENTER_BR).
The javascript error is : nodeValue.length is null or not an object line: 130 char: 973
Steps to replicate the problem
- Enter the word "TESTING" without the quotes into CKEditor.
- Place cursor before T and press the Enter key. (The word TESTING will be on the 2nd line with a blank line on top).
- Place the cursor on the blank line on top of the word Testing.
- Click on the table button. The table dialog will appear.
- Click on the OK button on the table dialog.
Notice that a table is created but the javascript error mentioned above is shown also.
NOTE: This problem do not seem to happen when I try other entermode e.g. ENTER_DIV or ENTER_P
Can anyone advise on what could be the problem here? Thank you.
Change History (3)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Keywords: | javascript error table entermode ENTER_BR removed |
comment:2 Changed 13 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Summary: | Javascript error when creating table with entermode:ENTER_BR → Javascript error when creating table/smiley/form with entermode:ENTER_BR |
Version: | 3.6.2 → 3.0 |
comment:3 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
This is actually a duplicate of #8467
The same thing happens with forms and smiley’s
Reproducible in IE 6-8 from CKEditor 3.0
Error:
Message: 'nodeValue.length' is empty or not an object
Line: 802
URI: /3.6.2/ckeditor/_source/plugins/selection/plugin.js
In IE9 table/smiley/form is inserted always under br tag and not above it like in other browsers I have reported it here: #8743