Changes between Initial Version and Version 1 of Ticket #8458


Ignore:
Timestamp:
Oct 17, 2011, 11:16:13 AM (13 years ago)
Author:
Jakub Ś
Comment:

Result:JS error occurs:
Message: 'null' is null or not an object / Unable to get value of the property "equals": object is null or undefined
Line: 795
URI: /3.6.2/ckeditor/_source/plugins/styles/plugin.js

Reproducible in all versions of IE

IE9 additionaly during step 4 throws one more error:
Message: Unable to get value of the property "nodeValue": object is null or undefined
Line: 802
URI: /3.6.2/ckeditor/_source/plugins/selection/plugin.js

during the reproduce process, don't switch to source mode.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8458

    • Property Keywords IE added
    • Property Status changed from new to confirmed
    • Property Version changed from 3.6.1 to 3.2.1
  • Ticket #8458 – Description

    initial v1  
    221. Type several lines in the input area.
    332. e.g.
    4 line 1
    5 line 2
    6 line 3
    7 line 4
     4line 1 [[BR]]
     5line 2[[BR]]
     6line 3[[BR]]
     7line 4[[BR]]
    883. Select All or Ctrl + A
    994. Ctrl + B to bold them all
    10105. press enter several new line at the beginning of the passage, that's mean below in source view:
     11{{{
    1112<p>
    1213        &nbsp;</p>
     
    2324<p>
    2425        <strong>line 4</strong></p>
     26}}}
    25276. Copy the text inside the "insert Text" box in api.html page, that's mean:
    2628"   First line with some leading whitespaces.
     
    2931
    30327. paste the copied content in front of the bolded first line. After pasted the passage should be like this:
     33{{{
    3134<p>
    3235        &nbsp;</p>
     
    3538<p>
    3639        &nbsp;</p>
    37 '''<p>
     40<p>
    3841        <strong><strong>&nbsp;&nbsp; First line with some leading whitespaces.</strong></strong></p>
    3942<p>
    40         <strong><strong>Second line of text preceded by two line breaks.</strong></strong></p>'''
     43        <strong><strong>Second line of text preceded by two line breaks.</strong></strong></p>
    4144<p>
    4245        <strong>line 1</strong></p>
     
    4750<p>
    4851        <strong>line 4</strong></p>
     52}}}
    4953
    50 8. select content from ''with'' to..... ''line 2'', so several lines are selected.
     548. select content from {{{^with'' to..... line 2^}}}, so several lines are selected.
    5155
    52569. now press Ctrl + B for several times, javascript error prompted with the following message:
     
    6569version - ckeditor3.6.1, 3.6.2
    6670
    67 **line number and character of the javascript error in step 9 changed sometimes
    68 **during the reproduce process, don't switch to source mode.
    69 **for text only contain one line to be pasted in step 6, may not got the same problem
     71**NOTES:**
     721. line number and character of the javascript error in step 9 changed sometimes
     732. **during the reproduce process, don't switch to source mode. **
     743. for text only contain one line to be pasted in step 6, may not got the same problem
    7075
    7176
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy