Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox regression: No scrolling to partially displayed button anymore #1981

Closed
OLibutzki opened this issue Apr 18, 2016 · 4 comments
Closed

Comments

@OLibutzki
Copy link

OLibutzki commented Apr 18, 2016

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

  • 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 ?

@lukeis
Copy link
Member

lukeis commented Apr 18, 2016

We can't help here unless you provide a sample html page that reproduces your issue

@lukeis
Copy link
Member

lukeis commented Apr 18, 2016

Also, please use the latest 2.53. Can reopen when repro is provided and confirmed an issue on the latest version

@lukeis lukeis closed this as completed Apr 18, 2016
@OLibutzki
Copy link
Author

I use 2.53.0 which is the latest version. I just went to back to version where the error occurred for the first time which is 2.50.0.

@lukeis
Copy link
Member

lukeis commented Apr 18, 2016

Ah, ok. Then please provide a reproducible html page + script

@lock lock bot locked and limited conversation to collaborators Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants