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

Fix pointer events #567

Merged
merged 1 commit into from
Jul 1, 2014
Merged

Fix pointer events #567

merged 1 commit into from
Jul 1, 2014

Conversation

narqo
Copy link
Member

@narqo narqo commented Jun 30, 2014

@dfilatov @veged do you want to review changes :)

closes #545

@narqo
Copy link
Member Author

narqo commented Jun 30, 2014

See related PR in bem-components bem/bem-components#737 to tests

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.93%) when pulling 70c8a2d on fix-ptevent into b132167 on v2.

var elem;

beforeEach(function() {
elem = $('<div/>').appendTo('body');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note here: as pointer events use native events which are listened on document we can't test them with the detached DOM node

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.47%) when pulling e9fce47 on fix-ptevent into b132167 on v2.

dfilatov added a commit that referenced this pull request Jul 1, 2014
@dfilatov dfilatov merged commit 33af308 into v2 Jul 1, 2014
@dfilatov dfilatov deleted the fix-ptevent branch July 1, 2014 11:59
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.

4 participants