Yes, you're correct it does fail. Although just changing the browser language in FF on Linux will also make it fail.![]()
Yes, you're correct it does fail. Although just changing the browser language in FF on Linux will also make it fail.![]()
Regards
Bill
The debug info is in the attachment.
This is a known bug in date parsing. Works fine in an en locale but breaks in most other. It's fixed in the next release.
If you want to patch your release, change the following line in both AjxText.js and Ajax_all.js from:
var value = parseInt(s.substring(head, tail));
to:
var value = parseInt(s.substring(head, tail), 10);
There are currently 1 users browsing this thread. (0 members and 1 guests)