Giter Club home page Giter Club logo

Comments (7)

primetwig avatar primetwig commented on August 28, 2024

Hello,
I don't have IE atm. Could you be more specific and give me a log from console or some other info about the issue?

from react-nestable.

d-kishorekumar avatar d-kishorekumar commented on August 28, 2024

Hi @primetwig

Thanks for quick reply, can you please and check with the below

react_dnd

from react-nestable.

sygint avatar sygint commented on August 28, 2024

@kishore-dumpa It seems like you may need to transpile the es6 down to browser ready es5. babel src -d dist, this of course requires babel to be installed. Hope this helps, if not, let me know.

from react-nestable.

primetwig avatar primetwig commented on August 28, 2024

@kishore-dumpa, I still have no chance to test it in IE (I am not a Windows user).
However I have made some changes, so please update to 1.0.19 and check if issue was fixed.
Thank you.

from react-nestable.

primetwig avatar primetwig commented on August 28, 2024

will close for now

from react-nestable.

jai1331 avatar jai1331 commented on August 28, 2024

react-nestable fulfills my requirement except IE support,It would be helpful if this plug-in supports IE and deliberately I need this feature. Any update on this will be helpful.

from react-nestable.

jai1331 avatar jai1331 commented on August 28, 2024

To make react-nestable work in IE, do add this in nestable.js file :

var isIE = /*@cc_on!@*/false || !!document.documentMode;
var box = (isIE) ? elem.getClientRects() : elem.getBoundingClientRect();
var top = box.top + scrollTop - clientTop;

and for this line target.matches && target.matches(selector) , need Polyfill as this link suggests https://developer.mozilla.org/en-US/docs/Web/API/Element/matches

above changes did a trick for me @primetwig @kishore-dumpa

from react-nestable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.