Bugs in IE6 while creating new Template

Last post 10-08-2008, 3:59 AM by lcp. 7 replies.
Sort Posts: Previous Next
  •  09-18-2008, 2:24 AM 44044

    Bugs in IE6 while creating new Template

     
    I tried to create new Template using Internet Explorer V6.
    I click "Insert Template"  , the Main Template Dialog appeared. I click the button "Creating new Template"
    it gave me a prompt requesting me to enter File Name and bring out a another Template dialog.
     
    I entered some text and click "Save" button.
    Javascript error "Can't execute code from the freed script" appeared  , I click "No" button.
    Another  Javascript error "Object doesn't support this property or method" appeared, I click "No" button again.
    Then the whole application hang. 
     
    Any immediate help will be much appreciated. TEST
  •  10-03-2008, 3:21 AM 44538 in reply to 44044

    Re: Bugs in IE6 while creating new Template

    Actually, when I hide away the Spy-Blocker on IE6, the system no more freeze after saving new template.
     
    However , there is still
      JavaScript error  has occurred when close and save new templates, the JavaScript error will only appear when we enable notification for debugging purpose.
     
    Please refer to following image for detail.

     
  •  10-05-2008, 5:38 AM 44565 in reply to 44044

    Re: Bugs in IE6 while creating new Template

    Hi  lcp,
     
    I can not reproduce this issue follow your steps, are you useing the lastest version?
    Please send you online demo url to me, I need to to more test.
     
     
    Ken
  •  10-05-2008, 10:44 PM 44589 in reply to 44565

    Re: Bugs in IE6 while creating new Template

    I am unable to give you the URL as this is just for Internal Testing only.
    However , I can give you complete steps how this error occurred.
     
    The browser is IE6 with CuteEditor.Net V6.2 (should be the latest version)
     
     
    Button With Circle is the Button I clicked
     
     
    1.) 
     

     

     
    2) 
     
     
     
     
     
     3.)
     
     
     
     
     
    4.) Key in Some Text and Click "Save" button
     
     
     
    5.)  Javascript error produced. Click "No" button produced another javascript error as shown in Step 6.)
     

     
     
     
    6.)  Click "No" button again produce another error as shown in Step 7.)
     
     
     
    7.)  Click "Dont' Send" and the whole Browser (IE6) gone.
     

  •  10-06-2008, 12:13 AM 44592 in reply to 44044

    Re: Bugs in IE6 while creating new Template

    Hi  lcp,
     
    Can you create a new website and a new page to test the following code

    <%@ Page Language="C#" %>

    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title>Test Cute Editor in AJAX tab container</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <CE:Editor ID="Editor1" runat="server">
            </CE:Editor>
        </form>
    </body>
    </html>
     
    Keep my posted
     
    Ken
  •  10-06-2008, 10:50 PM 44642 in reply to 44592

    Re: Bugs in IE6 while creating new Template

    No LUCK. 
    Still encountered the same javascript error.
  •  10-08-2008, 12:44 AM 44678 in reply to 44642

    Re: Bugs in IE6 while creating new Template

    Hi lcp,
     
    Which version of IE6  are you using?
     
    Can you reproduce this issue in another computer?
     
    My IE version:6.0.2900.2180.xpsp_sp2_rtm.040803-2158
     
    regards,
     
    Ken
  •  10-08-2008, 3:59 AM 44682 in reply to 44678

    Re: Bugs in IE6 while creating new Template

    1.) My Computer
         IE6  - version:6.0.2900.2180.xpsp_sp2_gdr.070227-2254
     
    2.) Yes, the same problem reproduced in other computer
         IE6 - Version:6.0.2600.0000
     
     
    Gentle Reminder , Did you turn on the Script Debugger for IE ?
View as RSS news feed in XML