This question is locked. New answers and comments are not allowed.
Hi,
I have the following code in a blank page :
I start the application in Ie7/Ie8. I click on the first textbox. I enter some values. However to switch focus on the second textbox I have to press the tab key twice, it does not do anything on the first press. It is driving my client nuts.
Do you have a suggestion on how I can solve this issue ?
Thank you,
Eric
I have the following code in a blank page :
<%: Html.Telerik().IntegerTextBoxFor(model => model.NumberOfDays) %>
<%: Html.Telerik().IntegerTextBoxFor(model => model.NumberOfTrips) %>I start the application in FireFox. I click on the first textbox. I enter some values and press the tab key on the keyboard. The focus switches to the next textbox. This is the expected behavior.
I start the application in Ie7/Ie8. I click on the first textbox. I enter some values. However to switch focus on the second textbox I have to press the tab key twice, it does not do anything on the first press. It is driving my client nuts.
Do you have a suggestion on how I can solve this issue ?
Thank you,
Eric