We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scrollbar doesn't work inside iframe. It throws this exception:
TypeError: Object.defineProperty called on non-object
The problem is in this line:
https://github.com/malihu/malihu-custom-scrollbar-plugin/blob/master/js/uncompressed/jquery.mCustomScrollbar.js#L1217
$(document).add(eds).bind("mousemove."+namespace+" pointermove."+namespace+" MSPointerMove."+namespace,function(e){
In iframe eds variable equals [true].
eds
[true]
eds=o.advanced.extraDraggableSelectors ? $(!_canAccessIFrame() || top.document).add($(o.advanced.extraDraggableSelectors)) : $(!_canAccessIFrame() || top.document);
jQuery version: v3.1.0 Demo (look in the browser console): https://jsfiddle.net/dpz1a7dx/3/
The text was updated successfully, but these errors were encountered:
I think it's fixed in this pull request: #451
Sorry, something went wrong.
No branches or pull requests
Scrollbar doesn't work inside iframe. It throws this exception:
TypeError: Object.defineProperty called on non-object
The problem is in this line:
https://github.com/malihu/malihu-custom-scrollbar-plugin/blob/master/js/uncompressed/jquery.mCustomScrollbar.js#L1217
In iframe
eds
variable equals[true]
.jQuery version: v3.1.0
Demo (look in the browser console): https://jsfiddle.net/dpz1a7dx/3/
The text was updated successfully, but these errors were encountered: