CuteEditor doesn't load in Firefox 5.0

Last post 01-28-2013, 12:12 PM by RyGa160. 16 replies.
Sort Posts: Previous Next
  •  11-08-2011, 7:36 AM 71222

    CuteEditor doesn't load in Firefox 5.0

    Hello,
     
    I have the problem that the CuteEditor doesn't load in a DIV with style="display:none". In IE everything is working fine.
    I found an old topic a user had the same problem http://cutesoft.net/forums/thread/28902.aspx . There Adam said the Problem is solved, but his Demo http://cutesoft.net/asp/use-display-none.asp didn't work too. Can you help me?
     
    Best regards,
    Christopher Hoven
  •  11-08-2011, 8:07 AM 71225 in reply to 71222

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi ChristopherHoven,
     
    We are investigating this issue. Once issue is resolved, I will keep you posted. Sorry for your inconvenience.
     
    For now, please try style visibility, like below.
     
    <!-- #include file = "cuteeditor_files/include_CuteEditor.asp" -->
    <html>
    <head>
        <title>ASP Editor Demo</title>
    </head>
    <body>
        <form name="theForm" method="post">
          <input type="button" value="Show Editor" onclick="showEditor()" />
            <div style=" visibility:hidden; width:1px; height:1px" id="div1">
                <%   
           Dim editor   
           Set editor = New CuteEditor   
           editor.ID = "Editor1"  
           editor.Text = "Hello World"  
           editor.EditCompleteDocument=true
           editor.Draw()   
                %>
            </div>
        </form>
    </body>
    </html>

    <script>
    function showEditor()
    {
        var div1=document.getElementById("div1");
        div1.style.visibility="visible";
        div1.style.height="";
        div1.style.width="";
    }
    </script>
     
     
    Regards,
     
    Ken
  •  11-08-2011, 9:45 AM 71227 in reply to 71225

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi Kenneth,
     
    I can't use style visibility because I need the space in the layout. I tried to set the DIV display none in $(document).ready(function(){} but it only worked a couple of times.
     
    Regards,
    Christoper Hoven
  •  04-21-2012, 6:53 PM 73716 in reply to 71225

    Re: CuteEditor doesn't load in Firefox 5.0

    Is there an update on this? Im having the same problem with jquery supersimpletabs plugin when the editor is in any tab other than the initially displayed tab (others are rendered with display:none)
     
    The demo page metioned previously also dosent work for me (fine in IE9 tho)
     
    Using firefox  11
     
    regards
    Ryan
  •  04-23-2012, 7:51 AM 73718 in reply to 73716

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi RyGa160,
     
    We will fix this issue in next version. Sorry for your inconvenience.
     
    Regards,
     
    Ken 
  •  04-23-2012, 8:53 AM 73719 in reply to 73718

    Re: CuteEditor doesn't load in Firefox 5.0

    Thanks for that Ken
     
    In the meantime is there any known work-around?
    also is there any ETA on the next  build?
  •  04-24-2012, 9:38 AM 73720 in reply to 73719

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi RyGa160, 
     
    In the meantime is there any known work-around?
     
    Sorry for now has not a good solution with your situation.
     
    also is there any ETA on the next  build?
     
    The asp.net version will released at May or June. The classic asp version will soon too. 
     
    Regards,
     
    Ken 
     
  •  07-18-2012, 12:34 PM 74168 in reply to 73720

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi Ken
     
    Any further word on this? Neither the .net or classic version appear to have been updated.
  •  07-19-2012, 7:12 AM 74174 in reply to 74168

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi RyGa160,
     

    The development team already working on the .net version demo and the teaching video, I think will release soon. I will keep you posted about the progress.

    Regards,
     
    Ken 
  •  10-05-2012, 11:19 AM 74871 in reply to 74174

    Re: CuteEditor doesn't load in Firefox 5.0

    Any sign of the update for cuteeditor classic asp? been another few months since you said it was being worked on. We are nearing a deadline for the update to a system we've been modifying andeed to know if we are going to drop this editor or not. As it stands the firefox bug means it cannot be used.

  •  10-08-2012, 9:20 AM 74911 in reply to 74871

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi RyGa160,

     

    The classic asp version will be released in a month.

     

    Regards,

     

    Ken 

  •  12-14-2012, 6:15 PM 75466 in reply to 74911

    Re: CuteEditor doesn't load in Firefox 5.0

    Classic asp version still has this problem, i saw thae date had chnaged on the download but after trying it def still not working.

     

    Whats happening with the fix? need something asp.

     

    now using Jquery-UI tabs and exactly the same due to editor being in a tab that is hidden initially.

  •  01-24-2013, 6:05 PM 76727 in reply to 75466

    Re: CuteEditor doesn't load in Firefox 5.0

    bump..
  •  01-25-2013, 1:06 PM 76735 in reply to 76727

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi RyGa160,

     

    The new version classic asp editor has been released, you can download it from http://asp.richtexteditor.com/download/richtexteditorasp.zip

     

    More details please refer to http://asp.richtexteditor.com/

     

    Regards,

     

    Ken 

  •  01-25-2013, 1:43 PM 76739 in reply to 76735

    Re: CuteEditor doesn't load in Firefox 5.0

    thanks for that but isn't that a different thing from cute editor? does the IP license we bought to use with cuteeditor work with it?
  •  01-28-2013, 11:42 AM 76742 in reply to 76739

    Re: CuteEditor doesn't load in Firefox 5.0

    Hi RyGa160,

     

    The CuteEditor license can not use for the new version.

     

    If you want to upgrade to the new version 8.0, please refer to http://asp.richtexteditor.com/upgrade.htm

     

    Latest version demo download url: http://asp.richtexteditor.com/download/richtexteditorasp.zip

     

    Latest version online demo: http://asp.richtexteditor.com/demo/

     

    Regards,

     

    Ken 

  •  01-28-2013, 12:12 PM 76744 in reply to 76742

    Re: CuteEditor doesn't load in Firefox 5.0

    So you're not going to fix the version we bought? Thats not much use.

    We buy a product, it's not very compatible with current/common usage methods. The fixed up version is given a new name which you make us need to buy a new additional license meaning just throw old license away being that its for a usless product that can't be used.

    Why can't you just fix the editor for which we already have the license for?

    And also, if this is the new version i'm using to fil in this comment then its playing up bigtime. Firefox/Win7 64 - trying to delete is instead entering full stops (or sometimes just does nothing). feels as if the cpu is running at 100% due to lag, but cpu is only sitting10-15% with odd ocassional spike towards 50%? 

View as RSS news feed in XML