-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
BUG: Using an Image in CreationDialog #3472
Comments
@Sebobo we talked about that in Slack |
i can reproduce the same issue in Neos 8.3 Affected Versions |
Hi @paavo, I cannot reproduce this issue on 8.2 with the above configuration alone.
|
A full js stack trace and list of installed packages would be helpful |
@grebaldi @Sebobo
This creates in the creation dialog that you cannot apply the crop on the image. I hope this can help you further. |
@adrian-cerdeira still cannot reproduce this with your example. |
@Sebobo
|
That's what I tried. Can one of you try to reproduce it in the Neos.Demo and make a video? |
I could not reproduce this issue with Neos.Demo and upon further investigation I realized that we had the following piece of configuration in our project: Neos:
Neos:
userInterface:
inspector:
dataTypes:
Neos\Media\Domain\Model\ImageInterface:
editorOptions:
crop:
aspectRatio:
options: null By setting this to an empty array instead, or adding the empty options array in the respective property configuration: crop:
aspectRatio:
forceCrop: true
locked:
width: 3
height: 2
options: [] the error is gone for me. @paavo can you confirm? |
We should then create an issue in the UI to handle this case and not break. |
we could just use this one :) |
Ah sorry 🤦 I was mentally in a different repo... |
I testet this but sadly for me it doesn't resolve, the error is still present:
|
@adrian-cerdeira I just tested your settings and it works for me with Neos 8.3. |
I just experienced a weird Issue with Neos UI in multiple Neos 8.2 Projects.
If i add a Node with an Image set in the CreationDialog, it throws a JS-Error and fails.
Error shim.js
Affected Versions
Neos: 8.2.x
UI: 8.2.x
Works well with Neos 5.3 and Neos 7.3
The text was updated successfully, but these errors were encountered: