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

Bug #820 correction #1284

Closed
wants to merge 2 commits into from
Closed

Bug #820 correction #1284

wants to merge 2 commits into from

Conversation

chandon
Copy link
Contributor

@chandon chandon commented Mar 3, 2015

On mobile, when scrolling, the popup was closed.
Simply don't use touchstart/touchend : mousedown will be trigger on touchend IF there is no scroll.
When there is a scroll event between touchstart and touchend, mouse isn't triggered.

@acrobat
Copy link
Member

acrobat commented Mar 3, 2015

Looks good @chandon, can you please squash you commits? If that's done this pr will be merged for the 1.4.1 release!

@acrobat acrobat modified the milestones: 1.4.0, 1.4.1 Mar 3, 2015
acrobat and others added 2 commits March 3, 2015 23:30
On mobile, when scrolling, the popup was closed. Simply don't user touchstart/touchend : mousedown will be trigger on touchend IF there is no scroll. When there is a scroll event between touchstart and touchend, mouse isn't triggered. So simply remove touchstart.
@acrobat
Copy link
Member

acrobat commented Mar 12, 2015

Thanks @chandon. Merged in 30c2f1d

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.

2 participants