im having this error in state.js
TypeError: this.name.charAt is not a function
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1967270-states_js.patch | 679 bytes | tharna |
im having this error in state.js
TypeError: this.name.charAt is not a function
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1967270-states_js.patch | 679 bytes | tharna |
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.