Skip to content
New issue

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

1.13 not compatible with jquery 1.9 due missing $.uniqueSort #2013

Closed
glensc opened this issue Nov 9, 2021 · 2 comments
Closed

1.13 not compatible with jquery 1.9 due missing $.uniqueSort #2013

glensc opened this issue Nov 9, 2021 · 2 comments

Comments

@glensc
Copy link

glensc commented Nov 9, 2021

Uncaught TypeError: $.uniqueSort is not a function
    at processClassString (jquery-ui.js?id=44a2af31b10434ff00c4:3226)

See eventum/eventum#1256,
and eventum/eventum#1240 discussion

But the 1.3.0 release post says jquery 1.8+ remain supported:

Support for jQuery 1.7 has been dropped; jQuery 1.8 & newer remain supported.

@glensc
Copy link
Author

glensc commented Nov 9, 2021

Seems the compat was added to jquery-1-7.js file:

which was later removed

refs:

@mgol
Copy link
Member

mgol commented Nov 15, 2021

We renamed the file to jquery-patch.js; see the relevant portion of the upgrade guide.

This should be all you need to let me close the issue. If there's something I missed, please add a comment & I'll reopen. Thanks!

@mgol mgol closed this as completed Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants