CuteEditor & IE11

Last post 04-16-2014, 4:05 AM by Adam. 21 replies.
Page 1 of 2 (22 items)   1 2 Next >
Sort Posts: Previous Next
  •  08-15-2013, 8:45 AM 77851

    CuteEditor & IE11

    Hi,

     

    I'd like to know if there're plans to support CuteEditor with IE11 (I know it's early days, dev preview & all)? If there is, can you give me an indication of the timeframe we're looking at?

     

    The demo editor at http://cutesoft.net/forums/23/ShowForum.aspx doesn't seem to work with IE11 (buttons aren't shown), & the editor here (to post this message) shows a minimal set.

     

    Thanks!

     

     

    Jon

     

  •  08-15-2013, 1:09 PM 77852 in reply to 77851

    Re: CuteEditor & IE11

    Hi jonathanexact,

     

    The development team investigation this issue, once issue is fix, I will keep you posted. but for now can not provide the actual time. Sorry for your inconvenience.

     

    Maybe you can try the new version editor Rich TextEditor 8.1 http://richtexteditor.com/demo/

     

    Regards,

     

    Ken 

  •  11-05-2013, 6:27 AM 78305 in reply to 77851

    Re: CuteEditor & IE11

    jonathanexact:

    Hi,

     

    I'd like to know if there're plans to support CuteEditor with IE11 (I know it's early days, dev preview & all)? If there is, can you give me an indication of the timeframe we're looking at? 

     

    The demo editor at http://cutesoft.net/forums/23/ShowForum.aspx doesn't seem to work with IE11 (buttons aren't shown), & the editor here (to post this message) shows a minimal set. 

     

    Thanks!

     

     

    Jon

     

     

    Jon,

     

    Please try this example:

     

    http://cutesoft.net/example/general.aspx

     

    If it works for you, please download the latest build then try again. 

     

    Please download the lastest build from:

     

    http://cutesoft.net/downloads/default.aspx  


    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

  •  11-11-2013, 4:31 AM 78344 in reply to 78305

    Re: CuteEditor & IE11

    I just downloaded that latest version  and I'm getting the following error in IE11 (works fine in IE10):

     

    Unhandled exception at line 3, column 262200 in eval code

    0x800a1391 - JavaScript runtime error: 'HTMLElement' is undefined

     

     

    As a result the toolbar displays, but the dropdowns are greyed out. The editor window displays a hand with a no-entry sign pointer and can't be used.

     

    This is the .NET version (6.7.0.0 Build 2013-10-22)

  •  11-11-2013, 9:10 PM 78351 in reply to 78344

    Re: CuteEditor & IE11

     I'm having the same problem. I downloaded the latest version but no toolbars are appearing in IE11.

     

    The demo online is however working so I'm wondering what I've got wrong?

     

    Thank you,

    Sam 

  •  11-11-2013, 10:08 PM 78352 in reply to 78351

    Re: CuteEditor & IE11

    advantech:

     I'm having the same problem. I downloaded the latest version but no toolbars are appearing in IE11.

     

    The demo online is however working so I'm wondering what I've got wrong?

     

    Thank you,

    Sam 

     

    To make sure the download zip file has the correct files, we updated it again.

     

    Can you 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

  •  11-11-2013, 10:54 PM 78353 in reply to 78352

    Re: CuteEditor & IE11

    Hi,

     

    Thanks for the update.  I have it working now.

     

    Found Visual Studio wasn't cleaning the references area and so 6.6 was still in the bin directory where as I had reference 6.7.

     

    Cleaned solution, re-built and it's all working.

     

    Thanks,

    Sam 

  •  11-12-2013, 6:44 AM 78355 in reply to 78353

    Re: CuteEditor & IE11

    I'm still getting the HTMLElement issue with the new version (simple test page in our main project), however in another simple test app its working..

    (note this is only happening in IE11). <br>

     

    Test page which fails in one app but works in another...

     

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="ClubCentric.Membership.Test" %>

    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
          <ce:editor id="edEditor" themetype="Custom" width="750px" height="547px" AutoConfigure="simple" ShowHtmlMode="false"
            ShowTagSelector="false" ResizeMode="None" runat="server"></ce:editor>  
        </div>
        </form>
    </body>
    </html>
     

  •  11-12-2013, 9:15 AM 78356 in reply to 78355

    Re: CuteEditor & IE11

    After more random guesswork it turns out we had added

     

         <httpProtocol>

          <customHeaders>       

             <add name="X-UA-Compatible" value="IE=EmulateIE7"/>     

          </customHeaders>    

       </httpProtocol>

     

    to our web.config to fix some other compatibility issues.

     

    Adding

     <meta http-equiv="X-UA-Compatible" content="IE=11">

     

    to the page has fixed it, but not sure why we have to do this?

  •  12-04-2013, 8:19 AM 78504 in reply to 78352

    Re: CuteEditor & IE11

    Im having the same problem. Our application needs to run in compatibility mode (http-equiv="X-UA-Compatible" content="IE=8" ) and when using Explorer 11 the editor fails to load. Explorer 10 works fine. When can we expect fix for this?

     

    /Magnus 

  •  12-04-2013, 7:34 PM 78508 in reply to 78504

    Re: CuteEditor & IE11

     We're seeing the same issue.  We need to run in compatibility mode to see the menu bar.  Apparently, this started happening after a recent Microsoft update.  Is this being investigated?
  •  12-05-2013, 10:59 AM 78514 in reply to 78508

    Re: CuteEditor & IE11

     We made sure we had the latest version, but still the button bar doesn't display unless we use compatibility mode.  The demo works, though.  Anyone have any ideas what the problem might be?
  •  12-05-2013, 11:06 AM 78515 in reply to 78514

    Re: CuteEditor & IE11

    Hi kman-2,

     

    Can you clean your browser cache and try on http://cutesoft.net/example/general.aspx again? I just updated my IE11 to the latest build 11.0.9600.16438, all works fine on the demo page.

     

    Regards,

     

    Ken 

  •  12-05-2013, 9:32 PM 78520 in reply to 78515

    Re: CuteEditor & IE11

    The demo works fine, but our install with the latest build does not.  Seems like I'm not the only one.  Any ideas what we should be looking at?

  •  12-06-2013, 7:58 AM 78524 in reply to 78520

    Re: CuteEditor & IE11

    Hi kman-2,

     

    Have you updated the dll files and the whole "CuteSoft_Client" folder?  CuteSoft_Client folder is necessary too.

     

    Can you download the package below and try again?

     

    http://cutesoft.net/downloads/folders/21904/download.aspx

     

    Regards,

     

    Ken 

  •  12-09-2013, 10:52 AM 78533 in reply to 78524

    Re: CuteEditor & IE11

    Thanks, Kenneth.  We installed the latest DLL, and it's working now.  We thought we were on the latest version, but evidently were not.  (Sure wish you guys would publish version numbers on the downloads, instead of only dates.)

     

    Thanks for your help!

  •  12-10-2013, 3:52 AM 78551 in reply to 78533

    Re: CuteEditor & IE11

    How about IE 11 support in compatibility mode? (Exactly like IE 10 works)
  •  01-07-2014, 5:24 AM 78699 in reply to 78551

    Re: CuteEditor & IE11

    I would like an answer if other document mode then "Edge" will be supported for IE 11?!
  •  01-22-2014, 4:57 AM 78801 in reply to 78699

    Re: CuteEditor & IE11

    We had  problems with toolbars not displaying in IE11 when using v6.6 of CE. Downloaded v6.7 today (build 2013-10-22). Toolbars are now displayed, but we get error "JavaScript runtime error: 'HTMLElement' is undefined" instead, and the editor shows a hand cursor with a "no-entry"-like sign. When clicking on buttons in the toolbar we get another error "JavaScript runtime error: Object doesn't support property or method 'ExecImageCommand'".

     

    We are also using a X-UA-Compatible tag with content=EmulateIE7 in our page due to other dependencies. Any fix for this issue? We cannot seem to find any suggestions above that solve this problem. As said we downloaded v6.7 today and assume this the last build available.

     

    Thanks 

  •  01-22-2014, 8:06 AM 78803 in reply to 78801

    Re: CuteEditor & IE11

    Hi mikke49,

     

    Under IE11, only can use the default document mode of it for now. use other mode will get problem, we will fix this in the future version.

     

    Regards,

     

    Ken 

Page 1 of 2 (22 items)   1 2 Next >
View as RSS news feed in XML