dandv / meteor-webix

Meteor.js - Webix UI integration
https://atmospherejs.com/webix
MIT License
339 stars 39 forks source link

CRUD Example broken: 'editor' of undefined #8

Closed D1no closed 9 years ago

D1no commented 9 years ago

The CRUD webix.meteor.com Example is not working, throwing an exception when clicking on "Add".

2357a0b752e906e3c306898f4bf7d871407cc497.js:55
Uncaught TypeError: Cannot read property 'editor' of undefined
2357a0b752e906e3c306898f4bf7d871407cc497.js:55 webix.extend._get_editor_type
2357a0b752e906e3c306898f4bf7d871407cc497.js:55 webix.extend._get_editor_type
2357a0b752e906e3c306898f4bf7d871407cc497.js:52 webix.EditAbility.edit 
2357a0b752e906e3c306898f4bf7d871407cc497.js:55 webix.extend.editCell 
2357a0b752e906e3c306898f4bf7d871407cc497.js:103 i.elements.click 
2357a0b752e906e3c306898f4bf7d871407cc497.js:48 (anonymous function) 
2357a0b752e906e3c306898f4bf7d871407cc497.js:45 webix.EventSystem.callEvent
2357a0b752e906e3c306898f4bf7d871407cc497.js:45 (anonymous function)
dandv commented 9 years ago

Thanks for reporting. This is a duplicate of #7 - the grid isn't rendered.

BTW, can you confirm that the example works fine when run from localhost?