Skip to content

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

@OLibutzki

Description

@OLibutzki

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions