I noticed that IE depericated attach event for IE11 and handsontable uses attach event. I was wondering if that has any affect on the people using IE11 with handsontable.
Links to source: https://msdn.microsoft.com/en-us/library/ms536343(v=vs.85).aspx
Hi Alan, in eventManager (https://github.com/handsontable/handsontable/blob/master/src/eventManager.js) at line 71 we check support for addEventListener / attachEvent and returns the right callback.
Thank You. I just wanted to know if you already supported it.