Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upelementScrollBehavior is ignored when clicking in Firefox #1200
Comments
p0deje
added
the
D-firefox
label
Oct 28, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Fixed in 2f4a6d8 |
p0deje
closed this
Nov 18, 2015
p0deje
referenced this issue
Nov 26, 2015
Closed
Click button does not work after upgrade to selenium 2.48.0 #1202
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
p0deje commentedOct 28, 2015
Currently,
elementScrollBehavioris only invoked whengetLocationOnceScrolledIntoViewis called. The commit adding this capability has also added it forclickElement(see changes), but later when native events were removed from Firefox, this code has just been removed fromclickElement(see changes). This makes this capability useless.I believe this is a bug and would like to fix it, but not sure where exactly
Utils.scrollIntoViewmight be called. So far I came up with this patch:At the same time, I feel like this should be used
bot.action.click.@barancev Can you please take a look at this bug?