Completed
Last Updated: 08 Nov 2013 07:33 by ADMIN
ADMIN
Plamen
Created on: 11 Mar 2013 16:59
Type: Bug Report
1
Test Studio is unable to select an option from an HTML Autocomplete text field.
This issue is specific for the application and it's blocking issue for the customer. 

Test Studio is unable to select an option from an HTML Autocomplete text field. With a regular 'Click' step(SimulateRealClick = True), it clicks on the item from the autocomplete list, but it fails to select it and the validation for this field fails.

When using a coded step to press 'Down' and then the 'Enter' key, Test Studio selects the option, but the field validation still fails.

To reproduce:
Sample test and a Fiddler trace are attached to the internal description.  
1 comment
ADMIN
Shtilianov
Posted on: 12 Mar 2013 15:38
We call "Focus" action before writing the text which is the problem in this specific control. In order to fix the issue, the "SetText" step should be converted to code and then comment out the "Focus" action.