akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
949 stars 512 forks source link

Edit link not visible with custom Wysiwyg field #14316

Open samspinoy opened 3 years ago

samspinoy commented 3 years ago

I have added a custom description field to my categories, using the solution outlined here: https://github.com/FriendsOfAkeneo/CustomEntityBundle/issues/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: https://github.com/akeneo/pim-community-dev/pull/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?

rbouma commented 1 year ago

We have now the exact same problem > CleanShot 2023-01-30 at 14 03 48

@samspinoy Do you have fixed it in any way?