Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Leon Jollans 41 posts 65 karma points
    Oct 20, 2010 @ 23:59
    Leon Jollans
    0

    IE9 [tidy error]

    I cannot use the richtext editor in IE9 beta in the current Juno - I know it's alpha, and the browser's a beta, which should perfectly reasonably mean the issue won't be looked at, but I assume tinyMCE hasn't changed awfully in Juno and it might be worth a look if someone familiar with the pipeline has a bit of spare time!

    For what it's worth I also had to switch to compat mode here to post this

  • Leon Jollans 41 posts 65 karma points
    Oct 21, 2010 @ 00:16
    Leon Jollans
    0

    ... edits simply come back as [tidy error] when saving. Sorry, would have edited the post but I'm getting an xslt error here when I try. I don'tknow if this is IE9 again or not.

  • Darryl Godden 145 posts 197 karma points
    Mar 14, 2011 @ 15:12
    Darryl Godden
    0

    Still occuring on IE9 RC. Will check release later today.

  • Bas Schouten 135 posts 233 karma points
    Mar 24, 2011 @ 11:13
    Bas Schouten
    0

    Hi All,

    We have the same problems with IE9. Does someone has a solution for this problem?
    Some of our clients already work witht IE9 and could lose content.

    Some other IE9 problems are:

    - Dragging with doccumenttype properties.
    - Insert a Marco in the editor.

    Both functions fail in IE9.

    Bas

  • Niels Hartvig 1951 posts 2391 karma points c-trib
    Mar 24, 2011 @ 11:25
    Niels Hartvig
    0

    I'm able to reproduce the dragging of doctype properties, not the other issues.

    Anyone who can provide steps to reproduce?

  • Bas Schouten 135 posts 233 karma points
    Mar 24, 2011 @ 11:36
    Bas Schouten
    0

    I think the issues appear in older Umbraco versions.

    - umbraco v 4.5.2 (Assembly version: 1.0.3891.20719) - Has issues
    - umbraco v 4.6.1 (Assembly version: 1.0.4029.25836) - Looks fine

  • Ove Andersen 435 posts 1541 karma points c-trib
    Apr 19, 2011 @ 09:34
    Ove Andersen
    0

    I can confirm the Tidy issue and the in version 4.7 and IE9 final.

    The dragging thing is related to old version of jquery and jquery ui i think.

    Works fine in IE7+8.

  • Kurniawan Kurniawan 202 posts 225 karma points
    May 04, 2011 @ 06:32
    Kurniawan Kurniawan
    0

    Hi,

    I am using umbraco v 4.5.2 (Assembly version: 1.0.3891.20719).

    There is [Tidy error] in tinyMCE.

     

    I can't do any upgrade, But I have the source code, Which I can fix it.

    Anyone please let me know how to fix it ?

    - It happen on IE9 only and when It creates new content the tiny MCE return [tidy error]

  • Kurniawan Kurniawan 202 posts 225 karma points
    May 04, 2011 @ 06:40
    Kurniawan Kurniawan
    0

    Here when I look at the code - can anyone let me know what this trying to do ?

     

    Thanks

     

    xhtml.cs (TidyHtml(string html))


                // only return body
                string regex = @"</{0,1}body[^>]*>";
                System.Text.RegularExpressions.RegexOptions options = ((System.Text.RegularExpressions.RegexOptions.IgnorePatternWhitespace | System.Text.RegularExpressions.RegexOptions.Multiline)
                    | System.Text.RegularExpressions.RegexOptions.IgnoreCase);
                System.Text.RegularExpressions.Regex reg = new System.Text.RegularExpressions.Regex(regex, options);
                string[] s = reg.Split(tidyed);
                if (s.Length > 1)
                    return s[1];
                else
                    return "[tidy error]";

  • Niels Hartvig 1951 posts 2391 karma points c-trib
    May 04, 2011 @ 10:10
    Niels Hartvig
    0

    Those who got issues with the tidy, could you e-mail me a text file with the contents (html) of the richtext editor, please? I haven't been able to reproduce but heard about this issue a couple of times! My e-mail is [email protected] - thanks!

  • Kalle Ekstrand 181 posts 259 karma points c-trib
    May 06, 2011 @ 11:06
    Kalle Ekstrand
    0

    Any news on this? I get it all the time with Explorer 9 and umbraco v 4.5.2.

    //Kalle

  • Dave 48 posts 68 karma points
    May 06, 2011 @ 12:39
    Dave
    0

    Hi All

    Reposting this from the getting started forum:

    As you have probably noticed - I am a newb at Umbraco and have been charged with evaluating 4 for a new project.
    We currently run 4 sites for different customers using 2x and 3x and they work fine.
    Having installed 4.5.2 (Not 4.7 as I need the blog which wont install!) on a remote server with its db on a different remote server I am now trying to get to grips with addons.

    I have downloaded and installed Doc2Form and tried to insert a 'Doc2Form - Complete' macro on a new page.
    No browser that I have access to (IE9,FF3/4,Chrome) will create any page with any sort of macro on that i can detect - I'm stumped!

    Referring back to workitem 29773, will the problem be fixed anytime soon?

    As usual any/all comments are gratefully received

    Cheers

    Dave

  • Anders Brännmark 226 posts 277 karma points
    May 24, 2011 @ 10:22
    Anders Brännmark
    0

    Any updates Niels? Do you need a login for a site that has these problems with IE9?

     

    /Anders

  • Abie Helberg 4 posts 24 karma points
    May 24, 2011 @ 16:28
    Abie Helberg
    0

    @Those still looking for a quick fix.

     

    Perhaps not the slickest solution, but a temporary fix for now.

     

    I added a compatibility mode header to the Umbraco directory in IIS which forces compatibility mode when users on IE9 browse my clients version of Umbraco 4.5.1 admin area.

     

    This has resolved the problem for me.

     

    Header name : X-UA-Compatible

    Value : IE=8

     

    Check out this article for more info : http://weblogs.asp.net/joelvarty/archive/2009/03/23/force-ie7-compatibility-mode-in-ie8-with-iis-settings.aspx

  • Morten Balle 38 posts 129 karma points
    Jun 23, 2011 @ 08:48
    Morten Balle
    0

    Just want to listen to this one...


    /Morten

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Jun 28, 2011 @ 12:20
    Sebastiaan Janssen
    0

    Same problem here. Fixed by doing the IIS thing Abie mentioned. 

    IIS will put a web.config in the /umbraco folder with this content:

    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
        <system.webServer>
            <httpProtocol>
                <customHeaders>
                    <add name="X-UA-Compatible" value="IE=8" />
                </customHeaders>
            </httpProtocol>
        </system.webServer>
    </configuration>

    I'm going to copy this web.config to all of the /umbraco folders of all of my sites. Saves me loads of clicking in IIS.

  • Kim Løwert 130 posts 116 karma points
    May 10, 2012 @ 20:48
    Kim Løwert
    0

    Hi,

    I'm using v4.5.2 and unfortantely the steps steps above do not help in me get rid of the [Tidy Error] I'm experiencing in IE9. Neither does the solution mentioned in this post: http://our.umbraco.org/forum/using/ui-questions/23205-tidy-error?p=0#comment116956

    Does anybody have any other suggestions about how to solve this issue?

    Thanks a lot inadvance.

    Cheers,

    Kim

  • Nikola Petkovic 64 posts 63 karma points
    Oct 08, 2012 @ 12:04
    Nikola Petkovic
    0

    Another thread suggests we upgrade to newer version (http://our.umbraco.org/forum/developers/api-questions/19278)

    I will do this and post here if it solves the problem. Maybe someone else can say if it worked for him.

Please Sign in or register to post replies

Write your reply to:

Draft