**** BEGIN LOGGING AT Thu Nov 14 02:59:59 2013 Nov 14 09:53:57 has anyone ever used CKEditor in an Enyo project? Nov 14 09:54:09 and encountered weird problems? Nov 14 09:59:48 like: Uncaught TypeError: Cannot call method 'hasAttribute' of undefined Nov 14 10:00:11 but when I try to recreate, it works Nov 14 10:00:32 http://jsbin.com/awavAViv/1/edit Nov 14 10:00:42 so that's my code… Nov 14 10:00:47 and it works Nov 14 10:02:30 aaaand I solved it… Nov 14 10:06:25 had to remove a this.render after creating the kind which holds the editor. Nov 14 10:11:45 I use sceditor Nov 14 10:11:51 had the same problem Nov 14 10:12:16 it's indeed cause by render call and enyo not finding the editors iframe anymore Nov 14 10:12:53 Still have to rewrite some of it tough so it's not yet solved here Nov 14 15:24:39 is there some way we can do: this.createComponent({kind:"bla"},{owner:this, create:function(){}, rendered:function(){} }); Nov 14 15:26:42 it sort of works but fails in enyo overtime cause of the this not having a callee in the call of this.inherited(arguments) **** ENDING LOGGING AT Fri Nov 15 02:59:58 2013