We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have added a custom description field to my categories, using the solution outlined here: FriendsOfAkeneo/CustomEntityBundle#83.
It all works fine, except when I try to add a link, then the link dialog stays hidden behind the backdrop mask, much like described here: #10436.
I can see the "modal-backdrop" div gets tacked right before the end of the body tag, but it is empty. Also none of the styles below this line https://github.com/akeneo/pim-community-dev/blob/master/src/Akeneo/Platform/Bundle/UIBundle/Resources/public/js/product/field/wysiwyg-field.js#L120 are present in the "note-link-dialog" div.
Any ideas on what the problem might be?
The text was updated successfully, but these errors were encountered:
We have now the exact same problem >
@samspinoy Do you have fixed it in any way?
Sorry, something went wrong.
No branches or pull requests
I have added a custom description field to my categories, using the solution outlined here: FriendsOfAkeneo/CustomEntityBundle#83.
It all works fine, except when I try to add a link, then the link dialog stays hidden behind the backdrop mask, much like described here: #10436.
I can see the "modal-backdrop" div gets tacked right before the end of the body tag, but it is empty. Also none of the styles below this line https://github.com/akeneo/pim-community-dev/blob/master/src/Akeneo/Platform/Bundle/UIBundle/Resources/public/js/product/field/wysiwyg-field.js#L120 are present in the "note-link-dialog" div.
Any ideas on what the problem might be?
The text was updated successfully, but these errors were encountered: