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

JQueryAdapter throws exception for jQuery methods like offset() and postion() #271

Closed
geb-bot opened this issue Dec 15, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@geb-bot
Copy link

geb-bot commented Dec 15, 2013

Originally created by Marcin Erdmann.

This is because of calling toArray() on the result of a jQuery call if the returned type is object. We should check if the returned value has this method as postion() and offset() return a plain object and not a jQuery object.

@geb-bot
Copy link
Author

geb-bot commented Jun 12, 2014

Resolved

@geb-bot geb-bot added the Bug label Apr 12, 2015
@geb-bot geb-bot added this to the 0.9.3 milestone Apr 12, 2015
@geb-bot geb-bot closed this as completed Apr 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants