**** BEGIN LOGGING AT Tue Apr 21 02:59:58 2015 Apr 21 20:08:41 howdy everyone Apr 21 20:08:46 what's new in enyoland Apr 21 20:18:00 morning Cage1___ Apr 21 20:18:14 the tumbleweeds are common, as always ;) Apr 21 20:18:26 thats too bad Apr 21 20:18:28 * GodGinrai watches as another tumbleweed rolls past Apr 21 20:20:29 i heard rumors big things are about to happen... Apr 21 20:22:13 well, I can only hope Apr 21 20:22:31 where'd you hear those rumors? Apr 21 20:25:17 well github i guess Apr 21 20:29:33 I'm curious now ;) Apr 21 20:30:34 * Semanticfire too Apr 21 20:34:47 I guess I need to go look at some commit messages <.< Apr 21 20:35:25 I didn't follow them closely lately ;) Apr 21 20:35:31 The OWO ones used to show stuff Apr 21 20:35:49 But OWO been kept off the grid for the last 6 months it seems Apr 21 20:36:03 I know stuff is being updated internally just not pushed to public Apr 21 20:36:13 Quite sure it includes the Urbane LTE Stuff :P Apr 21 22:23:31 can someone else - i'm trying to get my app to run on IE8 Apr 21 22:23:54 i keep getting an "object doesn't support this method" at the following line: Apr 21 22:23:54 computedStyle.getPropertyValue = this._ie8GetComputedStyle; Apr 21 22:24:11 in dom.js#getComputedStyle Apr 21 23:34:13 that's weird. I remember that I was the one who pointed out that getComputedStyle needed a fix for IE8 2 years ago Apr 21 23:34:27 It's throwing an error now? Apr 21 23:39:27 yes Apr 21 23:39:37 do you remember what the fix was? :) Apr 21 23:40:09 strangely enough i have a different project that doesn't throw the error (or at least it ignores it and works fine anyway) Apr 21 23:40:29 What version of Enyo are both projects on? Apr 21 23:41:47 the one that works is: 2.3.0 Apr 21 23:41:59 the one that doesnt work is 2.5.0-pre1 Apr 21 23:42:11 shoudl i try upgrading to the latest? Apr 21 23:43:04 hrm Apr 21 23:43:11 let me check something real quick Apr 21 23:46:07 2.3 never came out, IIRC Apr 21 23:46:22 we went straight to 2.4, skipping the actual 2.3 release Apr 21 23:51:41 Cage1___: The code hasn't changed since the fix was introduced. I'd try setting breakpoints. That error message makes it sound like "this" does not have _ie8GetComputedStyle on it, which it should. Apr 21 23:52:04 oh wait a minute Apr 21 23:53:49 it looks like it *was* rewritten Apr 21 23:53:57 by clinuz back in July Apr 21 23:54:24 at the same time, tho', that error you are getting makes it sound like it's not finding a method that should by all means be on the object Apr 21 23:54:58 I'd set some watch expressions and find out why it isn't finding the _ie8GetComputedStyle function Apr 21 23:55:30 well it does get past that...so something else must also be wrong Apr 21 23:55:41 (that is it's not a fatal error) Apr 21 23:56:37 Sure, but if it's saying it can't find that method when it is trying to assign it, then that means that anything that tries to use it later will be doing this: undefined(please work) Apr 21 23:57:18 so...i copied folder by folder from 2.5 to 2.3...my popup showed up until i copied over the source/ui folder.... Apr 21 23:57:34 interesting Apr 21 23:59:41 i just copied 2.3 ui/Popup.js back and now the popup is showing... Apr 22 00:00:08 but i can only type in 1 character into the 2 inputboxes i have on there... Apr 22 00:02:30 and popup takes up 100% of browser width when it should be 320px Apr 22 00:19:46 weird Apr 22 00:45:57 i think it is the code i mentioend getComputedStyle...it's trying to do popup render but it errors out at that place...so doesn't show the popup Apr 22 00:45:59 :( Apr 22 00:46:47 i think it worked in 2.3 because in 2.5 , showing=false until parent shows...in 2.3 it showed from start Apr 22 00:47:53 So in other words Apr 22 00:48:08 the error is object doesn't support property or method...as in the left side of expression in computedStyle.getPropertyValue = this._ie8GetComputedStyle Apr 22 00:48:20 does that even make any sense??? Apr 22 00:49:23 It can't be the left side, because you are doing an assignment Apr 22 00:49:29 so it would just set it Apr 22 00:49:51 damn I wish I had IE8 now to test this for you Apr 22 00:50:59 IE11 in emulation mode :) Apr 22 00:53:00 i know...but when i set breakpoint, it shows values for computedStyle and this._ie8GetComputedStyle function. but not getPropertyValue (perhaps because it was not able to make the assignment). Apr 22 00:55:50 hrm, weird.... Apr 22 00:56:01 can you make a fiddle that exhibits this problem? Apr 22 00:56:18 if you can, I'll try to test it on my Windows computer using IE11's compatibility mode Apr 22 02:52:29 unfortun i can't reproduce via jsfiddle :( Apr 22 02:52:46 any thoughts on why my input box is only allowing 1 character in IE8? **** ENDING LOGGING AT Wed Apr 22 02:59:58 2015