This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
IE10 - Click on element off screen corrupts the page #7458
Open
Description
Originally reported on Google Code with ID 7458
If a page contains CSS styled columns, with an element which requires scrolling to,
clicking on the element corrupts the page view. Please see attached test case.
Expected:
Clicking on the element should scroll the view down so the element is visible. The
page itself should remain unchanged.
Actual:
IE10 - The containing div is scrolled to the left, corrupting the page.
Chrome/Firefox - Works as expected.
Selenium version: 2.41.0 + IEDriverServer_Win32_2.41.0
OS: Windows 7 Professional SP1 64-bit
Browser: Internet Explorer 10 / Chrome 35.0.1916.114 m / Firefox 29.0.1
Java: 1.7.0_55
Please see attached test case for demonstration.
Pre-requisites:
* Maven (http://maven.apache.org/) is installed
* JDK 7+ is installed
Test Setup:
* IE must be configured to allow execution of scripts for files on the local machine
(or use a debugger to pause execution and click the button before finding the elements)
* Firefox must be on your PATH for comparative testing (or the node config will need
to be updated)
* Selenium Grid hub should be running on your local machine (JVM parameters can be
supplied to point to a separate machine - see WebDriverConfig.class)
* A Selenium Grid node be running with Firefox/Chrome/IE capabilities (sample nodeConfig.json
included in test case)
* Place the scroll-content-ie10.htm file at C:\selenium\dev_testing\data, or uncomment
the line pointing to the file directly.
to run the test:
mvn clean test
Reported by [email protected]
on 2014-06-10 04:31:40