JQueryAdapter throws exception for jQuery methods like offset() and postion() #271
Comments
Resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved |
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 aspostion()
andoffset()
return a plain object and not a jQuery object.The text was updated successfully, but these errors were encountered: