Re: CuteEditor

  •  11-27-2009, 8:12 PM

    Re: CuteEditor

    Hi Ken,
    Many thanks for your reply.
    I will send a screenshot of the toolbar being messed up in IE8. But if you switch on Compatibility on IE8 I am sure you will also see what I mean.
     
    In the meantime, we have found ONE issue with the editor generating errors when smart navigation is on.
    On the same page that we have the editor, we also have several ajax uploaders. There is a conflict between the Uploaders:
     
    CS0104: 'UploaderEventArgs' is an ambiguous reference between
    'CuteEditor.UploaderEventArgs' and 'CuteWebUI.UploaderEventArgs'



    CS0104: 'Uploader' is an ambiguous reference between 'CuteEditor.Uploader' and  'CuteWebUI.Uploader'
     
    However, even if we fully qualify the classes for the uploaders (and we have no code for uploading regarding the editor), we still get errors. Just put an editor on one of your AjaxUploader samples (Start-uploading-manually.aspx) and try uploading a file and you will get errors.
     
    Rgards
    Hassan
View Complete Thread