Closed (fixed)
Project:
jQuery Update
Version:
7.x-2.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2013 at 01:48 UTC
Updated:
26 Dec 2013 at 11:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tharna commentedHere is a patch that adds a check for that. Should fix it for now, but better would be to find the root cause of this (state passed to the states.State seems to be 0).
Comment #2
Stalski commentedI had the same problem.
The proposed fix does not fix it, only skipping the incorrect values coming in. Actually the whole states system is broken this way.
Did not find a solution yet.
Comment #3
Stalski commentedSetting this to at least major as the whole module does not work anymore for jquery 1.7
Comment #4
hefox commentedPotential patch at #1448490: Remove the states.js overwrite as it was fixed upstream
Comment #5
miroslavbanov commentedFixed when this patch was applied.