In my case i have a mask "TR 9{2} 9{2} 9{5} \0 N{16}" (Turkish IBAN mask) (eg. TR 12 34 56789 0 2313412341234234)
And i need to ClearMaskOnLostFocus=false cause of i need to read some fixed chars in the mask.
But that i see, when i focused to text box it adds zero (0) char.("TR 0_ __ _____ 0 _________") and repeats again if you lost focus and re focus. ("TR 00 0_ _____ 0 _________" etc.)
Even when the textbox already filled with an account number and deletes the chars of the with zeros.
I Tested on IE8 and my regional settings are currently Turkish, and also tested with different masks.
Comments: Hi, Setting the properties doesn't help. With masktype="datetime" mask="9999-99-99 99:99" AcceptAMPM="True", the issue still exist with latest tool kit July 2013
And i need to ClearMaskOnLostFocus=false cause of i need to read some fixed chars in the mask.
But that i see, when i focused to text box it adds zero (0) char.("TR 0_ __ _____ 0 _________") and repeats again if you lost focus and re focus. ("TR 00 0_ _____ 0 _________" etc.)
Even when the textbox already filled with an account number and deletes the chars of the with zeros.
I Tested on IE8 and my regional settings are currently Turkish, and also tested with different masks.
Comments: Hi, Setting the properties doesn't help. With masktype="datetime" mask="9999-99-99 99:99" AcceptAMPM="True", the issue still exist with latest tool kit July 2013