Closed (duplicate)
Project:
jQuery Update
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2013 at 15:36 UTC
Updated:
26 Sep 2014 at 21:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
OnkelTem commentedThis patch fixes the problem.
Comment #1.0
OnkelTem commentedUpdated issue summary.
Comment #1.1
OnkelTem commentedUpdated issue summary.
Comment #2
OnkelTem commentedThis is actually a major.
Comment #3
queenvictoria commentedAs far as I can tell, all the sub effects plugins have also been renamed, around 1.9, from jquery.ui.effects-* to jquery.ui.effect-*. I've rerolled your patch with that change included as well as it solves a problem of mine (attempting to load just jquery.ui.effects-fade.min.js).
https://github.com/jquery/jquery-ui/tree/1-9-stable/ui
https://github.com/jquery/jquery-ui/tree/1-8-stable/ui
Comment #4
altrugon commentedThe patch proposed by queenvictoria on comment #3 renames the file to
jquery.effect.core.jsinstead ofjquery.ui.effect.js, the following patch solves this issue as OnkelTem proposed on comment #1Comment #5
OnkelTem commentedGood finding!
I wonder why this is being fixed only now, like nobody uses modern jQuery.
Comment #6
das-peter commentedError just occurred after updating jquer_update. Patch looks good, error is gone.
I'd say RTBC.
Comment #7
axe312 commentedAlso working for me. Please add to core!
Comment #8
queenvictoria commentedI'm worrying about this. Wouldn't this now be a breaking change? Shouldn't we have rather mapped all the effects.* to ui.effect-* instead? Also there was a typ-oh in my patch. New idea attached. And a variant that supports the previous incantation as well.
Comment #9
altrugon commentedThis bug report was skipped, you can find it again in #2040991: jquery.effects.core.min.js is missing in the dev version
Comment #9.0
altrugon commentedUpdated issue summary.
Comment #10
nemanja commentedSubscribing +1
Comment #11
agileware commentedFix already committed to -dev release see #2123973-11: Failed to open: jquery.effects.*.min.js