You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The partially displayed button is not clicked, obviously because the footer covers most of the button.
Regression in WebDriver 2.50.0
Obviously there's a regression in WebDriver 2.50.0. In 2.49.1 Firefox scrolls down a little in order to display the whole button. In 2.50.0 Firefox doesn't scroll and obviously the click is sent to the footer instead of the button.
Steps to reproduce
You need a button (in our case an image) which is partially convered (80%) by the footer.
Call "click()" on the button's WebElement
The click is not performed
I read #1202 entirely. The issue is highly related to this one, but this problem seems to be introduced by a fix caused by #1202. Maybe f3dc828 or 65dbe9a ?
The text was updated successfully, but these errors were encountered:
Meta -
OS: Windows 7
Selenium Version: 2.53.0
Browser: Firefox
Browser Version: 38.5.1
Property focusmanager.tetsmode = true
Expected Behavior -
The partially displayed button is clicked
Actual Behavior -
The partially displayed button is not clicked, obviously because the footer covers most of the button.
Regression in WebDriver 2.50.0
Obviously there's a regression in WebDriver 2.50.0. In 2.49.1 Firefox scrolls down a little in order to display the whole button. In 2.50.0 Firefox doesn't scroll and obviously the click is sent to the footer instead of the button.
Steps to reproduce
I read #1202 entirely. The issue is highly related to this one, but this problem seems to be introduced by a fix caused by #1202. Maybe f3dc828 or 65dbe9a ?
The text was updated successfully, but these errors were encountered: