Find and Replace Bug in Internet Explorer

Last post 11-20-2013, 2:45 PM by CTietgen. 2 replies.
Sort Posts: Previous Next
  •  11-19-2013, 1:15 PM 78391

    Find and Replace Bug in Internet Explorer

    When using the Find/Replace feature in Internet Explorer (10 and 11) and I click the Cancel button on the dialog, the following message is displayed:

     

    "The webpage you are viewing is trying to close the tab. Do you want to close this tab?"

     

    If I chose NO, then the Find/Replace dialog stays open. If I choose YES, then my entire tab is closed, causing me to lose any work I was doing on screen.

     

    If you click the X button on the Find/Replace dialog, then the dialog closes without any prompts.

     

    This also happens using your online demo at http://cutesoft.net/asp/EnableAll.asp

  •  11-20-2013, 7:49 AM 78396 in reply to 78391

    Re: Find and Replace Bug in Internet Explorer

    Hi CTietgen,

     

    Please try the way below.

     

    1. Open file "cuteeditor_files\Dialogs\Find.asp"

     

    2. Find section below

    1. <input type="button" style="width:75px; height:22px; margin-top:7px" class="formbutton" onclick="top.close();" value="<%= GetString("Cancel") %>"/>  
     

    3. Chnage it to 

    1. <input type="button" style="width:75px; height:22px; margin-top:7px" class="formbutton" onclick="do_Close();" value="<%= GetString("Cancel") %>"/>  

    Regards,

     

    Ken 

  •  11-20-2013, 2:45 PM 78399 in reply to 78396

    Re: Find and Replace Bug in Internet Explorer

    Thanks, Ken. I will try this as soon as I get access to the test server and let you know.
View as RSS news feed in XML