Hi,
I am having some problems with a masked textbox in Google Chrome.
The code is:
The problem in Google Chrome(version 19.0.1084.56 m) is that the selectionStart value is not updated properly after inserting the values following "/" (see bug.png - the cursor should be after the 3 as is for IE and Mozila).
I am using RadControls for ASP.NET AJAX Q2 2011 SP1 and the RadInput.Net2.dll version is 1.4.3.0 .
Thank you
I am having some problems with a masked textbox in Google Chrome.
The code is:
<
div
style
=
"float:left"
><
br
> <
radI:RadMaskedTextBox
ID
=
"datetimePicker"
runat
=
"server"
Mask
=
"##/##/####"
<br> PromptChar="_" RoundNumericRanges="false" /><
br
></
div
>
The problem in Google Chrome(version 19.0.1084.56 m) is that the selectionStart value is not updated properly after inserting the values following "/" (see bug.png - the cursor should be after the 3 as is for IE and Mozila).
I am using RadControls for ASP.NET AJAX Q2 2011 SP1 and the RadInput.Net2.dll version is 1.4.3.0 .
Thank you