Serious problem with recursion in find replace

Last post 09-10-2008, 11:35 PM by Adam. 4 replies.
Sort Posts: Previous Next
  •  09-08-2008, 9:01 AM 43689

    Serious problem with recursion in find replace

    There is a serious error which crashes browsers in Cute Editors Find Replace implementation.
     
    This issue is reproducable in the samples on http://richtextbox.com
     
    To reproduce this issue perform the following steps:
     
    1. Enter some text e.g. Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test
    2. Click Find Replace
    3. Find=Test
    4. Replace=TestD
    5. Replace All
    6. Browser will die
    It seems like the find replace performs the following steps:
    1. Find Test
    2. Replace it with TestD
    3. Find Test then finds TestD (The text already replaced)
    4. Makes it TestDD
    5. Finds TestDD (The text already replaced twice)
    6. Makes it with TestDDD
    7. The recursive loop crashes the browser.
    If you need any further information then please let me know.
    Filed under: ,
  •  09-08-2008, 9:33 AM 43693 in reply to 43689

    Re: Serious problem with recursion in find replace

    Hello,
     
    Uninstall your cute editor 6.1 and download it again and then reinstall, there may be some DLL got corrupted while your downloading or your installation. If this problem still appears then please let me know.
  •  09-08-2008, 9:39 AM 43695 in reply to 43693

    Re: Serious problem with recursion in find replace

    As I said, this issue is reproducable in the samples on http://richtextbox.com ... this is not a problem with a corrupt dll.
  •  09-08-2008, 10:04 AM 43701 in reply to 43695

    Re: Serious problem with recursion in find replace

    i have checked the sample, there is problem with Replace All button but Replace button is working absolutely fine. You don't worry you can download latest Cute Editor and continue with your work, this issue will be solved.
  •  09-10-2008, 11:35 PM 43832 in reply to 43689

    Re: Serious problem with recursion in find replace

View as RSS news feed in XML