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

JQuery 3.0.0 Compatibility #197

Open
josemaldo opened this issue Jul 16, 2016 · 7 comments
Open

JQuery 3.0.0 Compatibility #197

josemaldo opened this issue Jul 16, 2016 · 7 comments

Comments

@josemaldo
Copy link

It seems to be a problem with the pluggin and the latest version of JQuery.
No prolems with version 2 and below.

Hope it helps :)

cropit-jquery-3 0 0

@denvaar
Copy link

denvaar commented Jul 26, 2016

I am also seeing this issue. A very hacky hack around it is to declare props as an array right above the line where the error is happening.

Right above

_jquery2['default'].event.props.push('dataTransfer');

put this:

    _jquery2['default'].event.props = [];

@exos
Copy link

exos commented Oct 5, 2016

+1

@nobels
Copy link

nobels commented Nov 4, 2016

please fix compatibility problem thanks :-)

@benallfree
Copy link

_jquery2['default'].event.props = [];

This is not a good suggestion and requires maintaining your own version of this plugin.

Instead, use jQuery Migrate until the code in this lib is fixed.

@charles-passille-smartnets

@benallfree the real issue is that this should be done as a fix and pull request.

@denvaar thanks for the solution.

@scottcheng can we see this included in future versions? Thank you.

@mlunoe
Copy link

mlunoe commented Sep 25, 2017

Hitting the same issue. Is there an update to this?

@FahriDevZ
Copy link

FahriDevZ commented Sep 29, 2017

#241 seems to work for me.

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

No branches or pull requests

8 participants