After upgrading to the latest version i can't save the image picked from the grid editor: once i click "select", the overlay doesn't close showing the error "TypeError: Cannot read property 'focalPoint' of null" inside the js console.
More specifically the error is at the row 18732 of umbraco.controller.js:
var doGetThumbnail = $scope.control.value.focalPoint !== selectedImage.focalPoint || $scope.control.value.image !== selectedImage.image;
It seems both 8.12.0 and 8.12.1 are affected, I also tried with 2 new fresh installs.
Cannot read property 'focalPoint' of null
Hi everyone!
After upgrading to the latest version i can't save the image picked from the grid editor: once i click "select", the overlay doesn't close showing the error
"TypeError: Cannot read property 'focalPoint' of null"
inside the js console.More specifically the error is at the row
18732
ofumbraco.controller.js
:It seems both 8.12.0 and 8.12.1 are affected, I also tried with 2 new fresh installs.
Anyone else has encountered this error?
Thank you
EDIT: fixed in the next release.
Workaround here
is working on a reply...