-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cropper broken on latest Chrome version (84) #62
Comments
Forgot to mention that if I don't do |
Seems to have to do with positioning of the image, trying the client side example in Chrome 84 vs Safari I see: Safari: Chrome Hope this helps. |
Working... There is something with display: flex, the popup will need to be written again, because the old logic doesn't work anymore for Chrome 84 |
@lander16 a really quick solution that works on Chrome 84, Windows, is: .fileuploader-popup .fileuploader-popup-node {
flex-direction: row;
} I will to investigate what was changed in the new version and I why changing the direction is so important. I will get back with updates. |
@innostudio Thanks, that does work, looking forward to your comments on this. |
I am getting this problem on the most recent version and the flex-direction suggestion does not work for me. If I close the editor and then re-open it on the same file (without re-uploading), the problem resolves itself and can be used properly. Is there another workaround for this or a fix coming? |
I just updated to version 84 of Chrome and the cropper is broken when I open it on the onFileRead callback, I do this:
This worked fine until this update, now the cropper opens but it doesn't match the background image, it shows like in the image below:
Any guidance on this issue?
Thanks
The text was updated successfully, but these errors were encountered: