Completed
Last Updated: 13 May 2014 12:30 by ADMIN
ADMIN
Cody
Created on: 28 Feb 2013 17:45
Type: Bug Report
0
Record & playback of RadMaskedTextbox not working in customers app
Customer has a Silverlight application that uses the RadMaskedTextbox for two phone number fields. Test Studio is recording each keystroke typed into it as a new separate test step. On playback nothing is getting entered into the field even though the step shows Passed. Test and Fiddler trace to reproduce will be attached.
2 comments
ADMIN
Daniel Djambov
Posted on: 13 May 2014 12:30
Telerik: please use the workaround above as the RadMasdedTextbox will no longer be supported in future version http://www.telerik.bg/help/silverlight/radmaskedtextbox-overview.html
ADMIN
Shtilianov
Posted on: 25 Mar 2013 12:10
We are working on the issue. Meanwhile you can use the following workaround:
Click on the radmaskedtextbox (offset 5).
Add coded step:
Manager.Desktop.KeyBoard.TypeText("1234567890", 40, 40, false);
This should successfully type text in the radmaskedtextbox.