Hello, I have found a bug regarding accessibility of the scheduler
- Go to http://docs.webix.com/samples/62_scheduler/04_customization/02_templates.html
- Select a day, press tab several times to focus on the first event
- Use the arrow keys, to navigate between different events
- The focus does not move, instead an exception is thrown:
raven.js:271 Uncaught TypeError: 33 is not a function
at Array.find (native)
at webix.DataStore.getIndexById (http://cdn.webix.com/site/webix.js?v=4.1.0:7:166076)
at o.getIndexById (http://cdn.webix.com/site/webix.js?v=4.1.0:7:168113)
at o.moveSelection (http://cdn.webix.com/site/webix.js?v=4.1.0:7:217919)
at Object.handler (http://cdn.webix.com/site/webix.js?v=4.1.0:7:217108)
at Object.Db (http://cdn.webix.com/site/webix.js?v=4.1.0:7:55161)
at Object.Bb (http://cdn.webix.com/site/webix.js?v=4.1.0:7:54947)
at Object.qb (http://cdn.webix.com/site/webix.js?v=4.1.0:7:53400)
at HTMLDocument. (http://cdn.webix.com/site/webix.js?v=4.1.0:7:2118)
at HTMLDocument.c (https://cdn.ravenjs.com/2.1.0/raven.min.js:2:3899)