Skip to content

add geo hover tests #210

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

Merged
merged 1 commit into from
Jan 25, 2016
Merged

add geo hover tests #210

merged 1 commit into from
Jan 25, 2016

Conversation

etpinard
Copy link
Contributor

@mdtusz @cldougl

part of #209

I found a nice way to determine the mouse (x,y) position. Open the Karma debugger, paste

document.onmousemove = function(evt) { console.log(evt.clientX, evt.clientY); };

and hover over the position where you're trying to simulate a mouse over.

@cldougl
Copy link
Member

cldougl commented Jan 22, 2016

looks good to me 💃

etpinard added a commit that referenced this pull request Jan 25, 2016
@etpinard etpinard merged commit 714e05b into master Jan 25, 2016
@etpinard etpinard deleted the geo-hover-test branch January 25, 2016 15:44
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