Completed
Last Updated: 23 Jan 2015 12:46 by ADMIN
ADMIN
Ivaylo
Created on: 15 Jan 2015 12:00
Type: Bug Report
0
Single click not expanding menu when recording with IE
Steps to reproduce:

1. Using IE out of Test Studio Navigate to : 
http://www.independer.nl/uitvaartverzekering/uitvaartkostencalculator.aspx

2. Click on Crematie

The menu is expanded with a single click. Now try the same steps with recorder attached, you need to double click on Crematie in order to get the menu expanded.

With JS recorder this behavior is not observed
1 comment
ADMIN
Iliyan Panchev
Posted on: 23 Jan 2015 12:46
There is an onClick event for the items in the grid, which triggers a script that expands the item. When we use simple Click() method, we are clicking internaly on the element, which is not triggering the onClick event. This can be easily solved by checking the "SimulateRealClick" option of the click step.