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

Fix incompatibility with jQuery 3 #590

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Olgagr
Copy link

@Olgagr Olgagr commented Mar 12, 2017

This is fix for issues #569 #589 #562 #573

In jQuery 3 they changed internal implementation of height() method. Before it used offsetHeight to return height value of the element. Now it uses value from getBoundingClientRect().

@odahcam
Copy link

odahcam commented Mar 13, 2017

@Olgagr
Copy link
Author

Olgagr commented Mar 13, 2017

@odahcam Probably yes, but I want to leave it here if somebody need this.

@cervengoc
Copy link

@Olgagr Thanks a lot, I was suffering with this for hours when I finally broke it down enough to realize the incompatibility with jQuery 3. I applied your fix to my local copy of v4 file and now it works fine.

@odahcam
Copy link

odahcam commented Mar 16, 2017

@Olgagr nice :)

@mfaheemakhtar
Copy link

@Olgagr, Awesome!

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.

4 participants