Bug reports Found a bug? Post it here please.
Version 7.x > Bug reports > Onsite Editing jQuery error View modes: 
User avatar
Member
Member
jun.d.delosreyes-accenture - 6/26/2013 6:09:28 PM
   
Onsite Editing jQuery error
Hi,
After I upgraded my website from CMS5.5R to CMS 7 I got this error in onsite editing. When I click the edit toolbar in upper left It won't show the edit window,it's just grayed out whenever i click the Edit toolbar and upon checking I found a jQuery error 'Uncaught TypeError: Cannot read property 'msie' of undefined ' . Did anyone have any idea regarding this? See image I captured.

User image

What I thought is it has something to do with jQuery version. Hope anyone can help. :)

User avatar
Kentico Support
Kentico Support
kentico_romank - 6/27/2013 3:18:56 AM
   
RE:Onsite Editing jQuery error
Hi,

Are you using only Kentico CMS jQuery library or also some custom jQuery library? Did you try to test it in different browsers? Also during upgrades from 5.5 to 7 did you run the website after each upgrade? Do you know after which upgrade this error occurs?

Best Regards,
Roman Konicek

User avatar
Member
Member
jun.d.delosreyes-accenture - 6/27/2013 10:41:03 AM
   
RE:Onsite Editing jQuery error
Hi,

The website uses both Kentico CMS jQuery and custom jQuery library. I tested it in different browsers and it has the same error. I run test of each upgrade (5.5R->6.0 + latest hotfix -> 7 + latest hotfix). Error only occurs after upgrading to Kentico 7 since Onsite Editing is new feature of Kentico 7. Upon seeing the error it points to CMSScripts (jquery-tools.js and jquery-ui.js) called by GetResource.ashx.


Still trying to figure out other possible cause of this error.

Thanks

User avatar
Member
Member
jun.d.delosreyes-accenture - 6/27/2013 12:07:04 PM
   
RE:Onsite Editing jQuery error
Hi I already found the solution. It has something to do with my jQuery reference, I used the latest jQuery in Master page so when I change it to jQuery1.7.js, which mostly used in my custom webparts, it works! Thanks for the help