ClickItem for a Dropdown select object partially out of screen (in bottom of the page) don't work
I have implemented a Keyword Test in TestComplete that insert some data in a web form. When i try to select an option of a dropdown object (<select> tag) with an On-screen Action "ClickItem" it don't work if the <select> object is on the bottom of the page and it's partially out of the screen (is visible only the upper half). When the test arrives to this action is performed a little scroll of the page to visualize the <select> interely and the options appears but test complete show the status string "waiting until the dropdown box appears" and then the test continues without having selected the option desired. I have solved inserting before the On-screen Action ClickItem the On-screen Action DropDown. Because there are so many <select> to set I would like to avoid this solution.
The questions are: this is a known issue? There is an easier method to fix it?
Thanks!
Try using element.scrollIntoView() - see post [here].