I thin k the line where you're getting the error is this one:
thisField = (typeof thisField !== "undefined") ? thisField.replace(/(^[\s\xA0]+|[\s\xA0]+$)/g, '') : null;
That's line 2345 in 2013.01 (not minified). If you could step through that function and let me know what you see going wrong, that would be really helpful.
M.
thisField = (typeof thisField !== "undefined") ? thisField.replace(/(^[\s\xA0]+|[\s\xA0]+$)/g, '') : null;
That's line 2345 in 2013.01 (not minified). If you could step through that function and let me know what you see going wrong, that would be really helpful.
M.