id summary reporter owner description type status priority milestone component version resolution keywords cc 8458 Ctrl + B can't work in this situation and javascript error is prompted pgteam "I've tried on both ckeditor3.6.1, 3.6.2 demo page and the api.html example downloaded from the webpage. below steps can reproduce the bug - use the api.html page for testing: 1. Type several lines in the input area. 2. e.g. line 1 [[BR]] line 2[[BR]] line 3[[BR]] line 4[[BR]] 3. Select All or Ctrl + A 4. Ctrl + B to bold them all 5. press enter several new line at the beginning of the passage, that's mean below in source view: {{{

 

 

 

line 1

line 2

line 3

line 4

}}} 6. Copy the text inside the ""insert Text"" box in api.html page, that's mean: "" First line with some leading whitespaces. Second line of text preceded by two line breaks."" 7. paste the copied content in front of the bolded first line. After pasted the passage should be like this: {{{

 

 

 

   First line with some leading whitespaces.

Second line of text preceded by two line breaks.

line 1

line 2

line 3

line 4

}}} 8. select content from {{{^with'' to..... line 2^}}}, so several lines are selected. 9. now press Ctrl + B for several times, javascript error prompted with the following message: message: 'null' is null or not an object line: 32 character: 544 source code: 0 10. if no javascript error prompted, try to select several lines again, the most important thing is to select the text across the pasted content from insertText textarea to the middle of the rest passage. And then press Ctrl+B 11. ctrl+b would n't work and javascript error prompted eventually. ps: Platform - windows XP sp3 Browsers - IE8 version - ckeditor3.6.1, 3.6.2 **NOTES:** 1. line number and character of the javascript error in step 9 changed sometimes 2. **during the reproduce process, don't switch to source mode. ** 3. for text only contain one line to be pasted in step 6, may not got the same problem " Bug confirmed Normal General 3.2.1 IE