Firefox Javascript issue on Editor

Last post 06-11-2008, 3:36 PM by LOGIKonline. 3 replies.
Sort Posts: Previous Next
  •  06-09-2008, 5:57 PM 41273

    Firefox Javascript issue on Editor

    I am getting a bug when I try to start your editor in Code view - at fullscreen - but only in Firefox (both v. 2 and the v.3 RC2)
     
    Here is the issue in Firefox:
     
    Here is the same operation in IE (works fine)
     
    The error in Firefox appears to be
     
    Ox813 is null
    Ox80d()Load.ashx?type=sc... (line 5)
    Ox79e()Load.ashx?type=sc... (line 5)
    CuteEditorImplementation(table#CE_sEditor_ID)Load.ashx?type=sc... (line 5)
    Ox9b9()Load.ashx?type=sc... (line 3)
    Ox9b8()Load.ashx?type=sc... (line 3)
     
    Not sure what else I can offer to identify this bug.
     
    regards,
    Dave
  •  06-09-2008, 6:45 PM 41276 in reply to 41273

    Re: Firefox Javascript issue on Editor

    having the same issue  ....
  •  06-10-2008, 1:40 PM 41296 in reply to 41273

    Re: Firefox Javascript issue on Editor

    Dave,
     
    Please check this example:
     
     
    We have tested it using the steps you mentioned. It works Ok here.
     
    Can you try it an get back to me?

    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

  •  06-11-2008, 3:36 PM 41336 in reply to 41296

    Re: Firefox Javascript issue on Editor

    Adam,
     
       Sometimes using your sample - since it starts off in basic HTML mode - cannot reproduce the issue.  It is obvious from the above videos - that it is occurring in the scenario I present.  If you were to make the editor start off like in the above examples - you would see the issue.
     
    I am not doing any thing special - except for setting the following settings - the editor is doing the rest. - as the videos show.  I can give you access to server to do the same experiment OR use the following settings:
     
                   sEditor.AutoConfigure = CuteEditor.AutoConfigure.Compact
                    sEditor.ThemeType = CuteEditor.ThemeType.Custom
                    sEditor.ShowHtmlMode = False
                    sEditor.FullPage = True
                    sEditor.ShowPreviewMode = False
                    sEditor.ShowBottomBar = False
                    sEditor.EditCompleteDocument = True
                    sEditor.AllowEditServerSideCode = True
                    sEditor.TextAreaStyle.CssClass = "EditText"
                    sEditor.ShowCodeViewToolBar = True
                    sEditor.EditorWysiwygModeCss = CSSFile
                    sEditor.EditorBodyStyle = "EditText"
                    sEditor.EnableStripScriptTags = False
                    sEditor.ActiveTab = CuteEditor.TabType.Code
                    sEditor.ShowEditMode = True
                    sEditor.EnableStripIframeTags = False
                    sEditor.EnableStripLinkTagsCodeInjection = False
                    sEditor.EnableStripStyleTagsCodeInjection = False
     
    I do not take pleasure in pointing out issues... and believe it or not - push back just as hard with my clients - BUT all I am doing is setting values with your control.
     
    regards,
    Dave
View as RSS news feed in XML