Completed
Last Updated: 20 Aug 2013 08:21 by ADMIN
ADMIN
Velin Koychev
Created on: 17 May 2013 12:56
Type: Bug Report
0
Click in a drop down option clicks on the parent div
Test Studio can't click on the right element in a specific drop-down list

If we try to click on any of the options in this drop-down list, Test Studio records a click to the entire div element, not to the specific element that we are clicking, so the test fails.

The only way to workaround this issue is to manually add this element to project elements. If we try to click on this element, the test pass, however the click was not actually performed. The only way to workaround this issue is to convert the step to code and delete the ScrollToVisible code line.

To reproduce:
Detailed Instructions are provided in the internal description.
1 comment
ADMIN
Daniel Djambov
Posted on: 20 Aug 2013 08:20
Telerik: This is not a simple drop down, it is a custom control and as such it needs wrapper and translator. There is a simple work around once the drop down is expanded you can select MouseClick from the nub (Desktop command: LeftClick ...) on the desired dropdown item. Then remove the "Focus" property of the step and everything will work fine.