Opened 14 years ago
Last modified 14 years ago
#8335 confirmed Bug
javascript error regularly in this situation
Reported by: | pgteam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE | Cc: |
Description
reproduce as below:
- type three lines
- first line bold,
- second line italic,
- third line underline,
- copy all of them, paste at the end of third line,
- after several pasted, unexpected empty paragraph appeared.
- type something in this empty paragraph,
- after typed, try to bold, italic or underline,
- it doesn't work and after several pressing or hotkey about bold, italic and underline.
- javascript error shows "null" is null or not an object, line 116, char: 2337.
IE8, Windows XP sp3 Ckeditor3.6.1, javascript
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Keywords: | null is null or not an object removed |
---|---|
Status: | new → pending |
Version: | 3.6.1 |
comment:2 Changed 14 years ago by
Comment made by @pgteam in #8302 and should have been made here.
Thanks for your comment, here we go ! To reproduce:
- by using the ckeditor/demo
- clear all content 1st.
- enter several lines e.g. line number 1 line number 2 line number 3
ps: for code view , it should be : <p>
line number 1</p>
<p>
line number 2</p>
<p>
line number 3</p>
- select and style these line by bold, italic and underline (hot key) separately.
ps: for code view, it should be like this: <p>
<strong>line number 1</strong></p>
<p>
<u>line number 2</u></p>
<p>
<em>line number 3</em></p>
- Ctrl+A to select all and copy
- Paste the copied content in the second line where cursor position at "line number 2",
( that's mean paste after "line nu" and before "mber 2" )
- after pasted, DONT switch to view source mode, you will see there are some line break between last few lines.
- select across "line number 3" + some line break + "mber 2" ( "line number 3" should be italiced and underlined , "mber 2" should be underlined )
- after this selection, press the underline icon by using left click.
- javascript error alerted. ('type' is null of not an object )
ps: screen shot attached to here http://cksource.com/forums/viewtopic.php?f=11&t=23373&p=59617#p59617
comment:3 Changed 14 years ago by
Keywords: | IE added |
---|---|
Status: | pending → confirmed |
Version: | → 3.0 |
Comment made by me in #8302 and should have been made here.
@pgteam thank you for your description.
Simplified test case:
- Open replacebycode sample, switch to source and paste the below code:
<p> <strong>line number 1</strong></p> <p> <u>line number 2</u></p> <p> <em>line number 3</em></p>
- Switch to WYSIWYG,
- Click inside editor, press CRTL+A, CRTL+C
- Place the cursor in “line number 2”
- Press CRTL+V
- As show on ie_selection.png, select line number 3 + mber 2 and empty space
- Press bold, italic or underline
Result: JS terror is thrown:
Message: 'type' is nul lor not an object
Line: 63
URI: /3.6.1/ckeditor/_source/core/dom/walker.js
Issue is reproducible in IE8 and IE9 from CKE 3.0
Additionally in IE9 when pasting copied contents different JS error is thrown:
Message: Can’t get “nodeValue” object is either null or undefined
Line: 802
URI: _source/plugins/selection/plugin.js
In IE7 and IE6 there is no JS error but the behavior is also invalid. The behavior is different depending on a CKE version so I’m presenting the results for latest stable CKE 3.6.1
The scenario is the same as above:
Step 5 doesn’t produce empty line when pasting
Result: After selecting line “number 3 + mber 2” and pressing bold, only “mber 2” gets bolded.
Changed 14 years ago by
Attachment: | ie8_selection.png added |
---|
Your description of a problem is very unclear. Could I ask you to simplify your description as much as possible so that we could easily sit down and look at steps you have provided and reproduce it.
Things that are unclear:
How those lines should be typed? Do you turn on formatting (bold), type, turn off formatting, press enter (maybe SHIFT+ENTER) and turn on another formatting (italic)? If not please describe it more clearly.
Also happens before copying text? Do you turn of underline or leave it?
What enter mode is used here? If default ENTER_P than it is not possible to paste copied contents at the end of third line.
how many is several?
Do you select the text or keep the cursor at the end of line and just press bold?
I really would like to reproduce this bug but I need clear description of the problem and clear scenario allowing me to reproduce it.