- 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
about 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
about 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.