Copied to clipboard

Flag this post as spam?

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


  • Nathan Woulfe 447 posts 1665 karma points MVP 5x hq c-trib
    Sep 03, 2016 @ 04:17
    Nathan Woulfe
    0

    Contour doesn't work in 7.5

    Just finished an upgrade to 7.5 and found the Contour dashboard is unusable - can't edit existing or create new forms due to Javascript errors.

    Is this a known bug, and is there a patch/fix expected?

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Sep 06, 2016 @ 07:04
    Dave Woestenborghs
    0

    Hi Nathan,

    I moved the thread. To the umbraco forms sub section of the forum.

    Maybe you can also ping @warrenbuckley on twitter

    Dave

  • Nathan Woulfe 447 posts 1665 karma points MVP 5x hq c-trib
    Sep 06, 2016 @ 07:33
    Nathan Woulfe
    0

    Thanks Dave

    I've largely resolved this one (have a minor fix still to go), looks like there were some syntax issues in the umbracoforms.js file, one being a jquery selector:

    $('":first-child')...
    

    where the leading " character was throwing an error. Cleaned this and a of similarly malformed selectors and it's all good. Strange though that I'm running the same Contour version on another site with no issues, with the syntax errors in the file...

  • Warren Buckley 2106 posts 4836 karma points MVP 7x admin c-trib
    Sep 06, 2016 @ 08:32
    Warren Buckley
    0

    Hello Nathan & Dave,
    Yes I have fixed this in Contour and is pending an internal review.

    So this will be done shortly & released - http://issues.umbraco.org/issue/CON-1152

    But yes a few selectors are wrong in this but the jQuery migrate library needs to be referenced in these pages if you are looking for an immediate workaround.

    Thanks,
    Warren

  • Nathan Woulfe 447 posts 1665 karma points MVP 5x hq c-trib
    Sep 06, 2016 @ 08:42
    Nathan Woulfe
    0

    Cheers Warren

    There were a few other gotchas in the modal plugin with regards to browser version checks and such, nothing a few commented out lines couldn't fix. I don't think losing ie6 support matters...

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies