- Issue created by @trackleft2
- 🇺🇸United States trackleft2 Tucson, AZ 🇺🇸
Additional reference https://git.drupalcode.org/project/drupal/-/blob/10.1.x/core/assets/vend...
- Status changed to Needs review
over 2 years ago 4:42am 25 January 2023 - 🇺🇸United States j_s
Please provide step-by-step instructions to reproduce this issue.
- 🇺🇸United States trackleft2 Tucson, AZ 🇺🇸
Upon further testing, it appears that this is just a load order issue.
claro.drupal.dialog should not be loadable without its dependency claro.jquery.ui
The last submitted patch, 9: 3335935-9.patch, failed testing. View results →
- Status changed to Needs work
over 2 years ago 11:01pm 27 January 2023 - 🇺🇸United States joegraduate Arizona, USA
+++ b/core/themes/claro/claro.libraries.yml @@ -137,6 +137,8 @@ claro.drupal.dialog: + - claro.jquery.ui
I think this needs to be
- claro/claro.jquery.ui
- 🇺🇸United States trackleft2 Tucson, AZ 🇺🇸
The patches do not work for me to resolve the issue, even with @joegraduate' s suggestion.
- 🇮🇳India niranjan_panem Gurugram
Checked in drupal 11 claro theme, not able to reproduce the issue.
Below is the screen shot of edit-media library working as expected.
- 🇵🇭Philippines _renify_ cebu
Close button does not display when background:none apply . I think we should remove this
- 🇮🇳India sandip
I tried to reproduce the issue as mentioned the steps in Media Library Edit module's homepage. But the issue is not reproduceable After clicking the Edit Menu button the Modal appears and hovering on the close button of the modal no regression is occuring. I am attaching an image for better understanding.