Hi,
I have had a problem recently with the latest upgrades of Umbraco 7.4.1 - 7.4.3 where images are not working correctly in the Image picker control.
In debug the error says TypeError: Cannot read property 'dataY' of undefined in the DependencyHandler.axd. It took me a long time to work out that it was this control - I had to do a brand new install and work my way up by adding in existing controls until I found the cause. If I remove this control I no longer have this issue.
Is there a fix or do I need to look at a different control?
Have you noticed, that once you comment out the draggable.js you are no loger able to drag text layers over a particular slide? ...or I am missing something?
That is the downside of this fix. Lets hope the guys who created this plugin update their code fairly soon. Im not holding my breath as the last time they did an update was in 2014.
I tried to comment '~/App_Plugins/Lecoati.uSky.Slider/lib/draggable.js' at manifest file but the images are still not working. Any ideas? This is with 7.5
USky Slider Conflicts with Umbraco 7.4.3
Hi, I have had a problem recently with the latest upgrades of Umbraco 7.4.1 - 7.4.3 where images are not working correctly in the Image picker control.
In debug the error says TypeError: Cannot read property 'dataY' of undefined in the DependencyHandler.axd. It took me a long time to work out that it was this control - I had to do a brand new install and work my way up by adding in existing controls until I found the cause. If I remove this control I no longer have this issue. Is there a fix or do I need to look at a different control?
Hello Jonathan Roberts,
Try to comment '~/App_Plugins/Lecoati.uSky.Slider/lib/draggable.js' at manifest file.
https://our.umbraco.org/projects/backoffice-extensions/uskyslider/bug-reports/76469-conflict-with-media-picker
We had the same problem.
Cheers, Alex
You beauty :). That worked a treat. Many thanks - this has saved me a lot of time. I was just about to get a new carousel.
Thanks again for all your help, Jon
Have you noticed, that once you comment out the draggable.js you are no loger able to drag text layers over a particular slide? ...or I am missing something?
Hi Bart,
I think it's better than js conflict in admin part.
Thanks
That is the downside of this fix. Lets hope the guys who created this plugin update their code fairly soon. Im not holding my breath as the last time they did an update was in 2014.
The fix for this is acutally quite simply. I have created a PR for uSkySlider here, hopefully they will merge it: https://github.com/Lecoati/usky.slider/pull/5
Otherwise you can view the changes and make them yourself.
Hi,
I tried to comment '~/App_Plugins/Lecoati.uSky.Slider/lib/draggable.js' at manifest file but the images are still not working. Any ideas? This is with 7.5
It is also conflicting with the Image Cropper for 7.4.3 and 7.5.4 - had to remove uSky.Slider
is working on a reply...