Changes between Initial Version and Version 1 of Ticket #9501


Ignore:
Timestamp:
Nov 14, 2012, 2:58:15 PM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9501

    • Property Keywords getranges find replace removed
    • Property Summary changed from Find selection throws error on cut in IE7/IE8 to Find selection throws error on cut in IE6-8
  • Ticket #9501 – Description

    initial v1  
    11Steps To Reproduce:
    22
    3 Go to the demo page in IE7 or IE8.
    4 
    5 Clear the content in the editor.
    6 
    7 Type:
    8 
    9 foo bar[[BR]]
     31. Go to the demo page in IE6 or IE7 or IE8.
     42. Clear the content in the editor.
     53. Type:
     6{{{
     7foo bar
    108boo far
    11 
    12 Click on find icon
    13 
    14 type foo into the find field
    15 
    16 click find (foo will become selected)
    17 
    18 click cancel in the find dialog
    19 
    20 click 'cut' icon in ckeditor
    21 
    22 (accept the permissions if the browser asks)
    23 
    24 Error Invalid Argument gets thrown.
    25 
     9}}}
     104. Click on find icon
     115. type foo into the find field
     126. click find (foo will become selected)
     137. click cancel in the find dialog
     148. click 'cut' icon in ckeditor
     159. (accept the permissions if the browser asks)
     1610. Error Invalid Argument gets thrown.
    2617
    2718Looks like it's some issue with getting nodeValue (for nodeValue.length) within the GetRanges function of the selection plugin.
    28 
    2919
    3020{{{
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy