I am using umbraco 7.9.0. I have added custom property using Umbraco.ColorPickerAlias with list of predefined colors. I am trying to use it in Grid modules, but I am not able to select any color in Content page.
I checked Console and found following error.
TypeError: Cannot read property 'hasOwnProperty' of null
at Object.ColorPickerController.$scope.toggleItem (DependencyHandler.axd?s=)
Color Picker not working in Umbraco
Hi,
I am using umbraco 7.9.0. I have added custom property using Umbraco.ColorPickerAlias with list of predefined colors. I am trying to use it in Grid modules, but I am not able to select any color in Content page.
I checked Console and found following error.
TypeError: Cannot read property 'hasOwnProperty' of null at Object.ColorPickerController.$scope.toggleItem (DependencyHandler.axd?s=)
Can anyone help me on this to make it work?
Thanks,
Dhiren
Upgrade to 7.9.3 http://issues.umbraco.org/issue/U4-10891
is working on a reply...