Yomguithereal / baobab

JavaScript & TypeScript persistent and optionally immutable data tree with cursors.
MIT License
3.15k stars 115 forks source link

Events are not firing up in IE11 #486

Closed vcardins closed 7 years ago

vcardins commented 7 years ago

Hello, for some reason events are not firing up in IE11. Is that known? What can be done to workaround this?

myCursor.on('update', function() {
  console.log('Event was fired up');
});
Yomguithereal commented 7 years ago

Unfortunately I don't have a mean to test anything on IE11. Can you give me some more information about the issue? Do you see errors displayed in the JS console?

samsch commented 7 years ago

I'm just passing through, but maybe the MS testing VM's would be useful to you? https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

fabien commented 7 years ago

@vcardins did you ever find out more about this? Although I haven't tried in IE11, I am depending on Baobab in my apps, so it would be good to know the current status. Thanks!

Yomguithereal commented 7 years ago

Can't someone give me the error displayed in the console so I can debug? I don't have time right now to spawn a VM to test IE11 compatibility.

anthony-redFox commented 7 years ago

I took example from readme and checked on IE11. Windows 10 - IE11 - it works Baobab version 2.4.3

image

Yomguithereal commented 7 years ago

Should I close this issue then?

anthony-redFox commented 7 years ago

I think yes, if someone doesn't agree, the issue can be reopened with more details.