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...
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.
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...
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?
Hi Nathan,
I moved the thread. To the umbraco forms sub section of the forum.
Maybe you can also ping @warrenbuckley on twitter
Dave
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:
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...
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
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...
is working on a reply...