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

Fixed dropTo() drop behaviour #203

Closed
wants to merge 1 commit into from
Closed

Fixed dropTo() drop behaviour #203

wants to merge 1 commit into from

Conversation

senaria
Copy link

@senaria senaria commented Mar 5, 2015

At the moment !this->wdSession()->buttonup() is called before the javascript is prepared and executed, what caused the dropping to fail.

Closes #20

At the moment !this->wdSession()->buttonup() is  called before the javascript is prepared and executed, what caused the dropping to fail.
$this->wdSession()->buttonup() is now called after preparing the script.
@aik099
Copy link
Member

aik099 commented Mar 5, 2015

Have you created PR based on latest master branch?

@senaria
Copy link
Author

senaria commented Mar 5, 2015

Yes it should, i forked the master repo and applied the change on that.

On 05.03.2015 14:27, Alexander Obuhovich wrote:

Have you created PR based on latest |master| branch?


Reply to this email directly or view it on GitHub
#203 (comment).

@aik099 aik099 changed the title fixed dropTo() drop behaviour (https://github.com/minkphp/MinkSelenium2Driver/issues/20) Fixed dropTo() drop behaviour Mar 5, 2015
@aik099
Copy link
Member

aik099 commented Mar 5, 2015

I wonder why then We can’t automatically merge this pull request. message is shown instead of Merge button.

I see you've sent PR from master branch, which essentially will prevent you from sending more then 1 PR at a time.

Could you please add a test, that will prove that we no longer have this issue?

@stof
Copy link
Member

stof commented Mar 5, 2015

this is weird, because it tells us that there are conflicts.

@aik099
Copy link
Member

aik099 commented Mar 5, 2015

@stof , see header at https://github.com/netdudes/MinkSelenium2Driver (fork). It says it's forked from Behat/MinkSelenium2Driver. So it's older version of repo that we've kept for tarballs only.

The fork should be from https://github.com/minkphp/MinkSelenium2Driver instead.

@aik099
Copy link
Member

aik099 commented Mar 5, 2015

In fact tests should go to Mink repo (separate PR) so that we can check that all drivers support that drop event properly.

@senaria
Copy link
Author

senaria commented Mar 5, 2015

Ah ok,

ill have a look. My colleague did the fork. I'll correct it, sorry for
the problems.

Just decline it. When i'm home ill prepare it correct and add a test for you.

On 05.03.2015 14:34, Alexander Obuhovich wrote:

@stof https://github.com/stof , see header at
https://github.com/netdudes/MinkSelenium2Driver (fork). It says it's
forked from |Behat/MinkSelenium2Driver|. So it's older version of repo
that we've kept for tarballs only.

The fork should be from https://github.com/minkphp/MinkSelenium2Driver
instead.


Reply to this email directly or view it on GitHub
#203 (comment).

@aik099
Copy link
Member

aik099 commented Mar 5, 2015

I'm not sure if can swap out forks and keep same PR. In next PR you'll be creating create topic branch from master and send PR from that topic branch please.

@stof
Copy link
Member

stof commented Mar 5, 2015

you don't need to recreate the fork actually (it is not important for this case). However, you should add a remote for the Mink repo locally (instead of the Behat repo), fetch the latest upstream master, and then rebase your PR on top of the latest master branch

@senaria senaria closed this Mar 5, 2015
@aik099
Copy link
Member

aik099 commented Mar 5, 2015

@senaria , it appears, that PR was closed by GitHub automatically as result of your fork removal. Please send another PR from correct fork/branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drag and Drop not generating HTML5 "drop" event
3 participants