Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?
Thanks for the report. Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at...
Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?
Thanks for the info. Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at...
Thanks for the PR. To start, we need you to sign the CLA via the provided link. Then, we also need a test proving this change fixes the reported issue.
Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?
The jQuery UI minified file contains all the widgets so it also includes Sortable. Your codepen doesn't include jQuery, though, which is why it doesn't work. It looks like the...
Thanks for the report. How are you consuimg jQuery UI 1.11.4 that you see minified i18n files available? Also, yes, you should include language files for all languages you intend...
Thanks for the info. I don't see any mention of these files being available on the CDN in the official release blog posts but it does look they stopped being...
Be careful; those files are UMD and they're pulling other files as dependencies. If you don't want to use AMD to load them, it's best to make sure `typeof define...