Remove deprecated Jquery UI library in favor of https://www.drupal.org/node/3067969
to resolve error : Uncaught TypeError: this.$content.resizable is not a function
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3420362-2.patch | 487 bytes | sneha_surve |
Remove deprecated Jquery UI library in favor of https://www.drupal.org/node/3067969
to resolve error : Uncaught TypeError: this.$content.resizable is not a function
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3420362-2.patch | 487 bytes | sneha_surve |
Comments
Comment #2
sneha_surve commentedPatch fixes modal issue for Drupal 10
Comment #3
james.williamsThis assumes the jQuery UI module(s) are installed; I don't think this project currently requires them, or brings them in as dependencies at all. So these library definitions would either need to become dynamic, so that they're only available when those dependencies are in place, or enforce that those dependencies are installed (which would be even if these libraries aren't used).
Comment #4
sneha_surve commentedComment #5
james.williamsI have reviewed; and the answer is that more work is needed.
Comment #6
vladimirausThanks for the patch.
I agree with @james.williams.
Needs at least to add dependencies (see this issue as an example) or replace functionality with core functionality (see this issue).
Comment #7
amanp commentedAn update for this was included in 3.31.0. See #3427365.
There's an open MR-42 to handle ensuring that the dependencies are enabled.
Comment #8
joseph.olstadThis is fixed since quite a few releases back
#3427365: Remove jQuery UI Library's Core dependency and Add module dependency