Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Feb 2015 at 04:39 UTC
Updated:
29 Apr 2015 at 16:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hampercm commentedFrom the changelog on jqueryui.com, jQuery UI 1.11.3 appears to be a bug-fix-only release, so upgrading from 1.11.2 to 1.11.3 shouldn't have any impacts on Drupal.
I'll hammer a patch out quickly, when I have the opportunity.
Comment #2
hampercm commentedThis patch updates the jQuery UI assets to 1.11.3
I've performed some manual testing on all functionality I know of that utilizes jQuery UI: dialogs, CKEditor admin, and Quick Edit positioning. Looks good :)
Comment #3
hampercm commentedComment #5
hampercm commentedjQuery UI 1.11.4 has been released--another bug-fix-only release. Updating this issue to match.
I'll hammer out a new patch shortly...
Comment #6
nod_Still working on it?
Comment #7
hampercm commentedSorry about that; this issue had slipped my mind.
Here's the patch to bring the jQuery UI asset up to 1.11.4. I've once again tested dialogs, CKEditor admin, and Quick Edit positioning. Everything looked good to me.
I also updated the license info in core.libraries.yml, as jQuery UI appears to have shifted to a Public Domain license according to their GitHub repo.
Comment #8
stefan.r commentedthose tabs should be spaces :)Comment #9
stefan.r commentedActually that was not a core file so never mind!
Comment #10
nod_Sweet. Dialogs still working fine, our custom positioning stuff too, nothing to complain about.
Comment #11
webchickAwesome, thanks for the manual testing.
Committed and pushed to 8.0.x. Thanks!