-
Notifications
You must be signed in to change notification settings - Fork 163
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
Fixed unwanted trailing tab in chrome 53 #244
Conversation
} | ||
|
||
$element->postValue(array('value' => array($value))); | ||
$this->blur($xpath); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change
event should be fired instead of blur
to make tests pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Also don't send PR from |
One test still fails. However I'm unsure if this is related to made changes or just to Firefox version updated on Travis CI, that doesn't play nice with Selenium Driver version that is used. |
For me latest stable Selenium Driver (2.53.0) + latest stable Firefox (48.0.1) doesn't work at all. When running test suite on Chrome I'm getting same |
I've created #245 issue for that failing test because it's not related. |
Otherwise change looks good if it solves problem you're having in both Chrome and Firefox. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me in Chrome 53.0.2785.101
Faced with the same problem on my current project. This solution works for me in Chrome 53.0.2785.116 (64-bit). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked for me too
The build failure is due different problem described in #245. Otherwise tests are passing and I think this one is ready to be merged. |
Thanks @adorin , merging. |
this is needed to get this PR in minkphp/MinkSelenium2Driver#244 That fixes an issue with typing into autocomplete boxes
need to get this PR in: minkphp/MinkSelenium2Driver#244 It fixes an issue with typing into autocomplete boxes
need to get this PR in: minkphp/MinkSelenium2Driver#244 It fixes an issue with typing into autocomplete boxes
Closes #243