**** BEGIN LOGGING AT Tue Apr 28 02:59:59 2015 Apr 28 19:15:28 Cage1___: I looked into the errors... I can't reproduce the one-character typing in the input box in compat mode Apr 28 19:15:36 instead, it doesn't even type in the input box Apr 28 19:15:57 also, as for the error in getComputedStyle, I'm not sure what to say about that Apr 28 19:16:27 when I take a look at the currentStyle object that it is cloning, it already has a getPropertyValue function Apr 28 19:16:51 So I'm not sure IE isn't just sending you on a wild goose chase Apr 28 19:17:43 For some reason, the DOM selector in the dev tools won't let me select anything once the popup has appeared, so I can't easily get at the underlying enyo structure in the debugger :\ Apr 28 20:28:12 yes, sometimes i can type in one character, other times none :( Apr 28 20:28:42 i think that's a change from previous version of enyo...maybe some keyboard events are being captured? Apr 28 20:29:35 well, the currentStyle gives the error but if i try/catch it, it continues on... Apr 28 20:55:28 Yea, it probably is some weird event code Apr 28 20:57:47 Cage1___: I made a slightly cleaner jsfiddle example that exhibits the same problems: http://jsfiddle.net/4h4gbsh3/4 Apr 28 20:58:29 dmanderson: Think you could get someone from the enyo team to look into the IE8 problems this brings up? http://jsfiddle.net/4h4gbsh3/4 Apr 28 20:59:22 Yeah let me get a JIRA issue whipped up Apr 28 20:59:29 thanks Apr 28 20:59:32 np! Apr 28 21:01:15 dmanderson: there's 2 issues illustrated by this fiddle: 1) "object doesn't support this property or method" error in the getComputedStyle function, at the assignment of getPropertyValue 2) Input doesn't let you type multiple characters. Sometimes it lets you type 1, others you can't type anything **** ENDING LOGGING AT Wed Apr 29 02:59:59 2015