-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Click on link with block child silently fails #1007
Comments
This may be related to #322. |
Thank you for the detailed report. I had a look at it, and indeed is a dupe of issue #322. It's also covered by bug 1374283 for Marionette. |
@whimboo #322 was just closed because it doesn't have "a concrete description of the problem or a trace log [you] can use to debug it." Can this one be re-opened, then? While this test passes in Firefox 57.0.4 (and geckodriver 0.19.1), it now fails loudly in 58.0b14 and 59.0a1 with the following:
Trace-level log |
Sounds like a fallout from the changes to make Element Click conform to the WebDriver standard, but this needs more investigation. |
The failure here happens for the following
So the |
Given a link with a block-level child (i.e.,
display: block
), clicking on it will silently fail. No JavaScript or navigation is triggered. (Clicking on the child, however, will work.)System
Testcase
test_click_link.py
index.html
Stacktrace
Trace-level log
geckodriver.log.txt
The text was updated successfully, but these errors were encountered: