Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > jQuery - issue with properly work of CMS Desk View modes: 
User avatar
Member
Member
elfz-wp - 1/9/2014 1:25:56 PM
   
jQuery - issue with properly work of CMS Desk
Hello,

I inserted into the head of Master Page script jQuery, exactly 1.9.1.

After that, function of Web Part "Move to..." other zone doesn't work.

I can't move any Web part by mouse too.

Any ideas how to solve the issue?

Regards,
Robert

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 1/9/2014 2:49:02 PM
   
RE:jQuery - issue with properly work of CMS Desk
Kentico Version 7.x is compatible with jQuery v1.7.2 and uses that by default. It has not been tested with any version higher which is why you are experiencing the issues you are having.

You might be able to use a macro or create a macro to check if you're in the CMSDesk and if you are, don't include the jQuery file. Take a look at this post for more info.

User avatar
Member
Member
elfz-wp - 1/9/2014 3:27:14 PM
   
RE:jQuery - issue with properly work of CMS Desk
Thanks, but this is to dificult for me.
I try to find another way.

Regards,
Robert

User avatar
Member
Member
elfz-wp - 1/10/2014 7:03:33 AM
   
RE:jQuery - issue with properly work of CMS Desk
Hello again!

I found another way, I just changed jQuery 1.9.1 on 1.10.2 and issue is solved.

My own application works ok with this change.

So, I hope this information will be usefull.

I didn't notice any other issues.

Regards,

User avatar
Member
Member
Jerreck - 1/10/2014 7:53:19 AM
   
RE:jQuery - issue with properly work of CMS Desk
You might double check to make sure there aren't any other issues. I was using v1.10.2 when I had this issue happen last week.

I switched back to 1.7.2 since my application was still compatible with it.

However - I'm going to take a look at the link FroggEye posted for future sites. Ha, where was that suggestion last week? :D

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 1/10/2014 5:53:26 PM
   
RE:jQuery - issue with properly work of CMS Desk
@Jerreck, that works well for code behind. Its pretty simple to create a macro out of it but I'm not 100% sure if there is already one so I haven't created one yet. Might be something Kentico thinks about for future releases if it's not there.

Brenden