**** BEGIN LOGGING AT Mon Oct 01 03:00:00 2012 Oct 01 16:09:08 So... I have a table that is not updating in IE8, using Enyo Oct 01 16:09:29 I'm pretty sure this has to do w/ the innerHTML problem Oct 01 16:57:09 do you ever use .render() Oct 01 16:57:52 I hate render() Oct 01 16:57:59 it's like a weird black box Oct 01 16:58:14 i love render() Oct 01 16:58:43 he's gone anyways, that always happens Oct 01 17:11:40 hehe Oct 01 17:30:02 Anyone know how to deal w/ the TR innerHTML read-only issue in IE9 when using tables in Enyo? Oct 01 17:31:12 morning EricBlade Oct 01 17:31:19 lol Oct 01 17:35:05 Here for good this time, EricBlade? Oct 01 17:35:08 :P Oct 01 17:35:37 dunno. was installing an update to vbox .. my vbox environment seems to have hosed itself since last night Oct 01 17:37:07 ah Oct 01 17:37:41 Btw, do you have any experience w/ Enyo 2 on chrome and IE? Oct 01 17:37:52 I'm running into problems w/ them Oct 01 17:38:18 not much Oct 01 18:09:41 Is anyone else having trouble w/ Onyx.Picker in chrome? Oct 01 18:19:04 I had, when rendered multiple times the scroll stopped working correctly, opted for a select control Oct 01 18:25:26 i always have trouble with onyx.picker. but it's my fault so i shouldn't complain Oct 01 18:27:05 :/ It's giving me undefined constructor crap and all Oct 01 18:27:20 And I'm not getting any errors in FF Oct 01 18:30:22 and in IE, I'm having trouble w/ my dynamic table Oct 01 18:30:43 It won't display the table cells in a new row Oct 01 18:31:08 I'm pretty sure this has to do w/ tr.innerHTML being read-only in IE Oct 01 18:31:20 you guys know of a work-around for that? Oct 01 18:34:47 i do not Oct 01 18:55:10 :/ Oct 01 19:31:37 how are you setting it? are you using .setContent()? Oct 01 19:55:39 I'm using create component to add my rows to the body Oct 01 19:55:52 and the same to add my cells to the row Oct 01 19:56:03 and using render() on the container Oct 01 19:59:02 this.$.tablebody.createComponent{tag: 'tr', components: [{tag: 'td', content: 'table cell'}]}, {owner: this}).render(); Oct 01 20:03:59 ^ ? Oct 01 20:04:07 ? Oct 01 20:08:25 what is that code for? Oct 01 20:16:47 that would be for adding a row to a table control with the name tablebody Oct 01 20:38:42 I have working code for adding the row Oct 01 20:38:50 IE just doesn't work Oct 01 20:39:21 I'm doing it almost the same as it is done in the twitter example in the tutorial on github Oct 01 20:40:37 I think fxspec06's point is that if you're adding the row using innerHTML, you may be hitting the read-only issue, but if you were to do it the way he mentions, enyo may work-around the IE bug Oct 01 20:41:34 I'm doing create component and render Oct 01 20:41:58 the fact that I'm running into this bug makes me assume that Enyo is using innerhtml behind the scenes Oct 01 20:42:35 thanks, that's probably what i was trying to explain but i never actually said it Oct 01 20:42:51 man i need like, an interpreter Oct 01 20:43:00 lol Oct 01 20:43:25 instead of an interpreter, you need an inferencer Oct 01 20:45:00 Enyo does use innerHTML when it's time to render stuff, yeah Oct 01 20:55:34 That's what I figured Oct 01 20:55:56 If I could redraw the table, then the Oct 01 20:56:05 problem might be fixed Oct 01 20:56:41 But when I used this.render() on the table, the problem was still there Oct 01 22:45:14 enyo.Signals seems slow Oct 01 22:45:18 for reasons I don't understand Oct 01 22:45:35 was trying to sent GPS data w/ it, and it got all angry **** ENDING LOGGING AT Tue Oct 02 02:59:58 2012