Giter Club home page Giter Club logo

Comments (7)

givanz avatar givanz commented on May 17, 2024

Hi

The issue is related to appending elements to iframe.
In ie11 console I see 'Unable to get property "createDocumentFragment" of undefined or null reference' in builder.js line 665/668 this is not transparently handled by jQuery append/prepend etc so it will probably require a new append function that has hacks for ie, unfortunately I'm unable to find any reference to what hack ie11 needs to achieve this.

from vvvebjs.

gauravkamath avatar gauravkamath commented on May 17, 2024

Thank you Givanz. Please update me if you do find a hack for IE 11.
Any help is much appreciated. πŸ’―

from vvvebjs.

gauravkamath avatar gauravkamath commented on May 17, 2024

Hi Givanz,

I could make the drag & drop work in IE. The issue mentioned by you was being caused because of the wrong parent element. Somehow parent = self.highlightEl; did not work and as a result parent.append would break. I tried using $(self.highlightEl).append(self.dragElement); directly and drag & drop now works.

The code editor is still not working and i am working on finding a solution for that. will keep you updated if i find any solution for it.

from vvvebjs.

givanz avatar givanz commented on May 17, 2024

Thanks for the fix, I just tested and it works even if not as smooth as on chrome/firefox but this is probably caused by slower js/render engine.

I tested code editor on ie11 win7 virtual box and it works, what problems do you have with the editor and what platform are you using?

from vvvebjs.

gauravkamath avatar gauravkamath commented on May 17, 2024

Well Property window changes doesn't reflect anything in the code editor.

I am trying it on IE 11 in windows 10.

from vvvebjs.

givanz avatar givanz commented on May 17, 2024

I fixed property change and also pushed the changes for ie11.

from vvvebjs.

gauravkamath avatar gauravkamath commented on May 17, 2024

Thank you so much Givanz πŸ’― πŸ‘

from vvvebjs.

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.