Skip to content

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

Description

@geb-bot

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions