Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

Last post 10-01-2009, 10:31 PM by cutechat. 33 replies.
Page 1 of 2 (34 items)   1 2 Next >
Sort Posts: Previous Next
  •  03-22-2009, 4:08 PM 50157

    Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi,
     
    the new CuteEditor does not work inside <asp:UpdatePanel> and Ajax ModalPopupExtender with IE8. A postback produceds a javascript error. An older Version from December 09 produces no errors.
    Is there a way to fix this?
     
    Thanks.
  •  03-23-2009, 11:16 AM 50177 in reply to 50157

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Dev65,
     
    We are investigating this issue and will get back to you as soon as possible.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-24-2009, 10:24 PM 50244 in reply to 50157

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Dev65,
     
    This issue is fixed.
     
    Please download the latest build and try again.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-26-2009, 6:41 AM 50301 in reply to 50244

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Adam, thanks!
     
    It is almost perfect. Now the Editor does not crash anymore but a JavaScript Error still appears which says "Error in Line 1, element not found". Can this also be fixed?
     
    Thanks!
     
  •  03-26-2009, 9:41 PM 50341 in reply to 50301

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi,
     
    I think that is just a timeout function call a disposed object.
     
    We will fix it soon.
     
    Regards,
    Terry
     
  •  03-30-2009, 2:13 PM 50468 in reply to 50341

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi Terry,
     
    thanks for you response. Any news when the fix will be available?
     
    Thanks!
  •  03-30-2009, 2:54 PM 50479 in reply to 50468

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Dev65,

    Can you download the latest build and try again?
     
    I think terry already fixed this issue.
     
    keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-30-2009, 6:04 PM 50489 in reply to 50479

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi Adam,
     
    just downloaded the latest version. It still produces the error.
    The bin build date is 03-26-2009.
     
    Thanks!
  •  03-31-2009, 12:57 AM 50497 in reply to 50489

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi,
     
    Can you post a code that reproduce your error ?
     
    I tested it , and get no error :
     
    1. <%@ Page Language="C#" %>  
    2. <%@ Register TagPrefix="CE" Assembly="CuteEditor" Namespace="CuteEditor" %>  
    3. <%@ Register TagPrefix="cc1" Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head runat="server">  
    7.     <title>Untitled Page</title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <div>  
    12.             <asp:ScriptManager runat="server" ID="sm1" />  
    13.             <asp:UpdatePanel runat="server" ID="UpdatePanel1">  
    14.                 <ContentTemplate>  
    15.                     <asp:Panel ID="ImageControlPanel" runat="server">  
    16.                         ImageControlPanel   
    17.                     </asp:Panel>  
    18.                     <asp:Panel ID="ImagePanel" runat="server" BorderColor="Transparent" BorderStyle="None">  
    19.                         <asp:Button runat="server" ID="MultiSelect" CssClass="ContestAddBtn" Text="Upload File(s)" />  
    20.                         <CuteWebUI:UploadAttachments runat="server" ID="Uploader1" TempDirectory='temp' InsertButtonID='MultiSelect'  
    21.                             ProgressCtrlID='Uploader1Progress' ProgressTextID='Uploader1ProgressText' CancelAllMsg="">  
    22.                             <ValidateOption AllowedFileExtensions="jpeg,jpg,gif,png" MaxSizeKB="1024" />  
    23.                             <TableStyle CssClass="AjaxUploaderAttachmentsTable" />  
    24.                         </CuteWebUI:UploadAttachments>  
    25.                     </asp:Panel>  
    26.                     <cc1:CollapsiblePanelExtender ID="CollapsiblePanelExtender4" runat="server" TargetControlID="ImagePanel"  
    27.                         ExpandControlID="ImageControlPanel" CollapseControlID="ImageControlPanel" Collapsed="True">  
    28.                     </cc1:CollapsiblePanelExtender>  
    29.                     <hr />  
    30.                     <asp:LinkButton runat="server" ID="LinkButton1" Text="Show ModalPopupExtender">  
    31.                     </asp:LinkButton>  
    32.                     <asp:LinkButton runat="server" ID="LinkButton2" Text="PostBack"></asp:LinkButton>  
    33.                     <asp:Panel runat="server" ID="EditorPanel">  
    34.                         <CE:Editor runat="server" ID="Editor1" ResizeMode="AutoAdjust" />  
    35.                     </asp:Panel>  
    36.                     <cc1:ModalPopupExtender runat="server" ID="MPE" PopupControlID="EditorPanel" TargetControlID="LinkButton1">  
    37.                     </cc1:ModalPopupExtender>  
    38.                 </ContentTemplate>  
    39.             </asp:UpdatePanel>  
    40.         </div>  
    41.     </form>  
    42. </body>  
    43. </html>  
     
    Regards,
    Terry
     
  •  03-31-2009, 5:43 AM 50507 in reply to 50497

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi Terry,
     
    below is the code. I tested it on IE7/IE8 and get an error when I hit the CLOSE button.
    This is the javascript error message:
    Line: 4
    Char: 20046
    Error: Object doesn't support this property or method
    Code:0
     
    Please let me know if you can reproduce the error. Thanks!
     
     
     
    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="Test" %>
    <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
    <%@ Register TagPrefix="CuteEditor" 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></title>
    </head>
    <body>
    <form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="Server"/>

    <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Always">
    <ContentTemplate>

    <asp:button id="button1" runat="server" text="Show Editor"></asp:button>


    <ajaxToolkit:ModalPopupExtender ID="ModalPopupExtender1" runat="server"
     TargetControlID="button1"
     PopupControlID="panel1"
     DropShadow="false"
     CacheDynamicResults="true"
     RepositionMode="RepositionOnWindowScroll"
    />
    <asp:Panel ID="panel1" runat="server" Height="400px" width="900px" style="border:solid 1px black; display:none;" >

    <ajaxToolkit:TabContainer ID="TabContainer1" runat="server">
    <ajaxToolkit:TabPanel ID="TabPanel1" runat="server" HeaderText="Panel1">
    <ContentTemplate>

    <CuteEditor:Editor ID="Editor1" runat="server" Width="800px" Height="320px" ThemeType="Office2007"></CuteEditor:Editor>

    </ContentTemplate>
    </ajaxToolkit:TabPanel>

    <ajaxToolkit:TabPanel ID="Panel2" runat="server" HeaderText="Panel2">
    <ContentTemplate>
    <CuteEditor:Editor ID="Editor2" runat="server" Width="800px" Height="320px" ThemeType="Office2007"></CuteEditor:Editor>

    </ContentTemplate>
    </ajaxToolkit:TabPanel>
    </ajaxToolkit:TabContainer>

    <asp:button id="button2" runat="server" text="Close"></asp:button>
    </asp:Panel>

    </ContentTemplate>
    </asp:UpdatePanel>
    </form>
    </body>
    </html>

     
  •  04-01-2009, 2:42 PM 50650 in reply to 50497

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi Terry,
     
    when will the fix be available?  The javascript error is annoying for the user.
     
    Thanks!
  •  04-02-2009, 6:00 AM 50688 in reply to 50507

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    This is probably a similar issue to:
    http://cutesoft.net/forums/thread/50684.aspx
  •  04-08-2009, 3:32 AM 50871 in reply to 50497

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi CuteSoft,
     
    please give a response when this error will be fixed.

    Right now CuteEditor is not working inside <asp:UpdatePanel> with Ajax ModalPopupExtender/TabContainer with IE7/IE8.
     
    Older versions of CuteEditor (Dec. 2008) had no errors.
     
    Thanks!
  •  04-08-2009, 12:36 PM 50884 in reply to 50871

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Dev65,
     
    We are investigating this issue and will get back to you as soon as possible.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-17-2009, 5:12 PM 51227 in reply to 50884

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Adam,
     
    when will this issue be fixed?
  •  04-20-2009, 4:01 AM 51252 in reply to 51227

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi Dev65,
     
    We still working on this issue, when this issue have been fixed we will inform you immediately.
     
    Regards,
     
    Ken
  •  05-07-2009, 8:49 AM 51927 in reply to 51252

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    HI Dev65,
     
    This bug has been fixed, please download the latest version and try again.
     
    Download:
     
     
    Regards,
     
    Ken
  •  05-08-2009, 3:15 AM 51954 in reply to 51927

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi Ken,
     
    just downloaded it. It is perfect!
     
    Thanks a lot!
  •  05-21-2009, 4:01 AM 52378 in reply to 51954

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi Adam,
     
    We were using version 6.1, now we are in process of upgrading it to version 6.4 due to some font property issue http://cutesoft.net/forums/thread/49167.aspx
     
    In firefox its working fine, but in IE 7, when we open modal popup for the first time 3 javascript error comes, ie. "obect doesn't support this property or method.
     
    Please note that we have only replaced the dll,scripts forlder and changed the config file accordingly.
     
    Please respond us asap, coz we were waiting for this version for quit while, and now we are in a position where we can not upgrade
     
    Thanks
    Deepak
  •  05-21-2009, 9:49 PM 52417 in reply to 52378

    Re: Editor does not work inside <asp:UpdatePanel> with Ajax ModalPopupExtender with IE8

    Hi deepakOB,
     
    We can reproduce this issue, we will fix it soon.
     
    Regards,
     
    Ken
Page 1 of 2 (34 items)   1 2 Next >
View as RSS news feed in XML