umbraco TypeError: Cannot read property 'dataY' of undefined. New 2018
Hi every one. I have some error.
Umbraco media picker doesn't display thumbnail images
umbraco TypeError: Cannot read property 'dataY' of undefined.
However, when I tested some solutions and examples, I found out why this problem is happening today ... The problem happens when I install the usky.slider package. Please help me figure out how to solve it. I do not want to remove the usky.slider package. I need this package
Thanks for this, it also worked for me... well after I changed BOTH references in the .js file to "uskyDraggable" and then also referenced "uskyDraggable" in the html file.
Once completed, I deleted all of the ClientDependency files in the App-Data section then reloaded the site and now it works!
umbraco TypeError: Cannot read property 'dataY' of undefined. New 2018
Hi every one. I have some error. Umbraco media picker doesn't display thumbnail images
umbraco TypeError: Cannot read property 'dataY' of undefined.
However, when I tested some solutions and examples, I found out why this problem is happening today ... The problem happens when I install the usky.slider package. Please help me figure out how to solve it. I do not want to remove the usky.slider package. I need this package
Try this solution and problem has been fixed... Now working good
1) Src/lecoati.usky.ui/App_Plugins/Lecoati.uSky.Slider/lib/draggable.js
angular.module("umbraco"). directive('uskyDraggable', function () { return { restrict: 'A', scope: {
2) Src/lecoati.usky.ui/App_Plugins/Lecoati.uSky.Slider/uSky.Slider.html
Thanks for this, it also worked for me... well after I changed BOTH references in the .js file to "uskyDraggable" and then also referenced "uskyDraggable" in the html file.
Once completed, I deleted all of the ClientDependency files in the App-Data section then reloaded the site and now it works!
Thanks again for putting me on the right path
is working on a reply...