Home › Forums › Cascading dropdowns › SPJS-CASC 3.6.4 Potential Issue
- This topic has 7 replies, 3 voices, and was last updated 7 years, 9 months ago by Alexander Bautz.
-
AuthorPosts
-
-
January 12, 2017 at 19:22 #15007
I am having an issue when loading a form that has Cascading Dropdowns configured. It actually works in IE but gives me the below error in Chrome and will not render the form. Any ideas?
Uncaught TypeError: Cannot read property ‘field’ of undefined
at String.eval (spjs-casc.js:152)
at Function.each (jquery-1.7.2.min.js:2)
at Object.init (spjs-casc.js:150)
at Object.eval (eval at <anonymous> (DFFS_frontend.min.js:NaN), <anonymous>:1:152032)
at Function.each (jquery-1.7.2.min.js:2)
at Object.applyRules (eval at <anonymous> (DFFS_frontend.min.js:NaN), <anonymous>:1:151982)
at HTMLDocument.eval (eval at <anonymous> (DFFS_frontend.min.js:NaN), <anonymous>:1:135337)
at o (jquery-1.7.2.min.js:2)
at Object.add (jquery-1.7.2.min.js:2)
at init.ready (jquery-1.7.2.min.js:2)Version information
DFFS frontend: 4.4.2.3
DFFS frontend CSS: 4.21 / 4.21
Autocomplete: 1.4.12
Cascading dropdowns: 3.6.4
jQuery: 1.7.2
Lookup: 1.1.5
Resource management: not loaded
SPJS-Utility: 1.270
vLookup: frontend v2.2.79Licensed to
-
January 12, 2017 at 20:00 #15009
Hi,
Could you test this version and let me know if it fixes the issue?I’m in the process of packaging a new release of DFFS with a few bugfixes, so if you are able to get it tested today it would be great.
This may also be an issue with your relatively old jQuery version. If you use the latest version with the new “installer / loader” you can add a link to this version (or a local copy) in the top of the DFFS_loader.html file:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
Best regards,
Alexander -
January 12, 2017 at 21:03 #15015
Adding the reference to the updated jquery version did resolve the issue. Thank you.
-
January 13, 2017 at 17:21 #15040
I updated all my files to your recent release and am not having these same issues. Thank you!
-
January 31, 2017 at 18:42 #15378
I also was receiving the error message above, but when adding the link to the new jquery, i recieve the following message.
jquery-1.11.3.min.js:5 Uncaught TypeError: $(…).filterNode is not a function
(anonymous function) @ /SPJS/DFFS/plugins/spjs-utility.js:379
j @ jquery-1.11.3.min.js:2
fireWith @ jquery-1.11.3.min.js:2
x @ jquery-1.11.3.min.js:5
b @ jquery-1.11.3.min.js:5
send @ jquery-1.11.3.min.js:5
ajax @ jquery-1.11.3.min.js:5
wrapSoap @ /SPJS/DFFS/plugins/spjs-utility.js:469
queryItemsThrottled @ /SPJS/DFFS/plugins/spjs-utility.js:377
getAllItems @ /SPJS/DFFS/plugins/spjs-casc.js:601
init @ /SPJS/DFFS/plugins/spjs-casc.js:116
(anonymous function) @ VM9311:1
each @ jquery-1.11.3.min.js:2
applyRules @ VM9311:1
(anonymous function) @ VM9311:1
j @ jquery-1.11.3.min.js:2
add @ jquery-1.11.3.min.js:2
m.fn.ready @ jquery-1.11.3.min.js:2
(anonymous function) @ VM9311:1I can’t get cascading dropdown to work at all.
-
January 31, 2017 at 19:42 #15393
As a follow-up, if i revert back to the previous version 3.525, the dropdowns works as configured, but then the backend breaks….
-
January 31, 2017 at 19:49 #15395
Updated to SPJS-casc version 3.6.7 and all is good, sorry for the flurry of messages.
-
February 1, 2017 at 08:41 #15411
I’m glad you got it running again.
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.