Closed IanVS closed 4 years ago
Thankfully caught this before demoing some image-based features—our bad for not pinning the version. Looks like 3.12.4 is fine, if that helps for now.
Hi @IanVS Can you provide your dropPanel config ?
@pcholuj I can confirm seeing the same behavior on 3.15.0.
{
maxSize: 1024*1024*5,
imageMax: [1024,1024],
accept: "image/*",
displayMode: "dropPane",
container: "#answer-drop-pane",
dropPane: {
onProgress,
onSuccess,
customText,
showIcon: false,
cropFiles: true
},
cleanupImageExif: {
keepOrientation: true,
keepICCandAPP: true
},
transformations: {
crop: {
aspectRatio: 8/6
},
rotate: true,
force: true
}
}
Sorry, I've left the team where I hit this issue, I can no longer provide the config, but it looks like @mminkoff has. Thanks!
We will be checking this problem soon.
Fixed in newest release
I noticed that my drop panes are no longer working. I tried turning off
cropFiles
, and they work. But if I turn cropping on, I never get a call to myonSuccess
oronError
callbacks. I see a few console logs from picker.js, but that's it.