Just taking a look Umbraco 4.5 and we have installed it on two different systems so far (downloaded latest package yesterday). One XP based local IIS with SQL Server 2005 and one Windows 7 based local ISI with SQL Server 2005.
Runway is installed and everything seems to be runnning fine, the CMS UI is working lovely and editing is a breeze. However, when selecting "Edit in Canvas" it doesn't work. Nothing happens and on IE 8 we get a javascript error:
For canvas editing to work I think the content needs to be wrapped in a serverside form.
Take a look at the "Runway master" template and see if the content is placed inside <form runat="server"></form>...the form should be placed right after the <body> element.
If it is not there, that is probably why canvas edit does not work.
Thanks for the quick response. This is the plain vanilla Runway site that I have loaded and it does indeed have the form tag. However, the form tag wasn't just inside the <body> tag so I have moved it (I understand .net so understand that this is where it should be) however.... Still no joy?!?!
I've done some searching and other people are getting this error but as yet there appears to be no resolve, or even anybody acknowledging that this is a problem? This is a clean install, with a clean Runway........ Anybody know what the problem could be?
If you replace the $ with jQuery, you cannot navigate to any of the other pages while in canvas mode! Anyone else can confirm this? Also is canvas working in Safari or Chrome?
Hi there, try read my reply above again. The problem is, that the backend doesn´t automatically insert the jquery framework. If you do that manually it works.
Or if you replace $ with jQuery, it should work. The solution is on this forum. Please can someone tell me if you can edit with Canvas using the Rich Text Editor in Safari and Chrome? I click to edit, and nothing happens. It works in IE and Forefox, but somehow these browsers seem to not load the RTE. Thank you!
Runway 'Edit in Canvas' is not working?
Hi Guys,
Just taking a look Umbraco 4.5 and we have installed it on two different systems so far (downloaded latest package yesterday). One XP based local IIS with SQL Server 2005 and one Windows 7 based local ISI with SQL Server 2005.
Runway is installed and everything seems to be runnning fine, the CMS UI is working lovely and editing is a breeze. However, when selecting "Edit in Canvas" it doesn't work. Nothing happens and on IE 8 we get a javascript error:
Message: Object doesn't support this property or method Line: 160 Char: 13 Code: 0
URI: http://localhost/umbraco/LiveEditing/Modules/ItemEditing/ItemEditing.js
This is a vanilla runway install so nothing yet has been added. Canvas doesn't work in either Chrome, Firefox or IE
Does anybody have any idea where I am going wrong?
Thanks in advance for your help.
Hi Craig
For canvas editing to work I think the content needs to be wrapped in a serverside form.
Take a look at the "Runway master" template and see if the content is placed inside <form runat="server"></form>...the form should be placed right after the <body> element.
If it is not there, that is probably why canvas edit does not work.
Hope this helps.
/Jan
Hi Jan,
Thanks for the quick response. This is the plain vanilla Runway site that I have loaded and it does indeed have the form tag. However, the form tag wasn't just inside the <body> tag so I have moved it (I understand .net so understand that this is where it should be) however.... Still no joy?!?!
Thanks anyway.
Craig
For info, In Chrome I get the following error:
Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function http://localhost/umbraco/LiveEditing/Modules/ItemEditing/ItemEditing.js:160
I've done some searching and other people are getting this error but as yet there appears to be no resolve, or even anybody acknowledging that this is a problem? This is a clean install, with a clean Runway........ Anybody know what the problem could be?
Cheers,
Craig
Hi,
I'm having the same Issue and replaced straigthforward all $ with jQuery.
Seems to work now...
Cheers,
Nergal
If you replace the $ with jQuery, you cannot navigate to any of the other pages while in canvas mode! Anyone else can confirm this? Also is canvas working in Safari or Chrome?
I also get this...any thoughts?
Hi guys,
you can vote for this issue on codeplex: http://umbraco.codeplex.com/workitem/28077. If you can´t wait for a solution, you can insert a scripttag in your template-header setting src-attribute to a jquery-repository http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js
Regards
René
edit in canvas isn't working for me either. I have 4.5 installed using runway on a 2008 server w/ ajax 1.0, asp.net 4.0
The website tells me to click here to edit but when I click I get no response. Any clue?
What broswer are you using?
It does not work for me in either ie8 or chrome...
I created installed the runway package and tried to edit the first page in canvas mode to no avail.
Hi there, try read my reply above again. The problem is, that the backend doesn´t automatically insert the jquery framework. If you do that manually it works.
Or if you replace $ with jQuery, it should work. The solution is on this forum. Please can someone tell me if you can edit with Canvas using the Rich Text Editor in Safari and Chrome? I click to edit, and nothing happens. It works in IE and Forefox, but somehow these browsers seem to not load the RTE. Thank you!
Tyrone
is working on a reply...