I am getting the following error if I set the ClientValidationFunction property for the MaskedEditValidator.
Microsoft JScript runtime error: 'value' is undefined
The work around is to turn off the minified script by using the following
<ajaxToolkit:ToolkitScriptManager runat="server" ID="ScriptManager1" CombineScripts="false" />
Comments: Me again, (the formatting of my post from Oct 13, 2011 is completely messed up, don't know why!) I'm looking at the source code for the MaskedEditValidator (MaskedEditValidator.pre.js) and it still has the same problem in the 14th Dec 2013 version. In the entire source code, only 63 lines of js uses "eval", they look reasonnable, apart from 5 in the MaskedEditValidator.pre.js: __eval(value.ClientValidationFunction + "(value, args);");__ This does NOT get minified properly and breaks the validator! Impact is marked as Low... yes, for anyone not using the MaskedEditValidator. But it's high for anyone using it! Can it be fixed asap please?
Microsoft JScript runtime error: 'value' is undefined
The work around is to turn off the minified script by using the following
<ajaxToolkit:ToolkitScriptManager runat="server" ID="ScriptManager1" CombineScripts="false" />
Comments: Me again, (the formatting of my post from Oct 13, 2011 is completely messed up, don't know why!) I'm looking at the source code for the MaskedEditValidator (MaskedEditValidator.pre.js) and it still has the same problem in the 14th Dec 2013 version. In the entire source code, only 63 lines of js uses "eval", they look reasonnable, apart from 5 in the MaskedEditValidator.pre.js: __eval(value.ClientValidationFunction + "(value, args);");__ This does NOT get minified properly and breaks the validator! Impact is marked as Low... yes, for anyone not using the MaskedEditValidator. But it's high for anyone using it! Can it be fixed asap please?