Completed
Last Updated: 02 Jul 2013 08:11 by ADMIN
ADMIN
Konstantin Petkov
Created on: 01 Jul 2013 05:50
Type: Feature Request
0
Losing focus of the textbox when SimulateRealUser is true.
When I try to type in a TextBox with SimulateRealUser set to true it clicks on the TextBox and then lost the focus. It goes to totally different section of the application. If SimulateRealUser is set to false the typing is performed correctly.

Adding details and a project internally.
1 comment
ADMIN
Konstantin Petkov
Posted on: 02 Jul 2013 08:11
This is specific to the Silverlight application which in this case is performing particular actions in case of 'End' KeyPress. The SetText Test Studio action however performs this KeyPress to clear the text initially. Changing this behavior will result in a breaking change for some customers, which we shouldn't do.

Instead, I submitted a Feature Request to be able to control this clear text behavior:
http://feedback.telerik.com/Project/117/Feedback/Details/52544-silverlight-settext-action-can-include-property-to-control-the-clear-text-behavio

One can use the coded work-around I posted there or just switch SimulateRealUser to 'false' if the application is sensitive to those specific user actions.