**** BEGIN LOGGING AT Tue Apr 02 02:59:58 2013 Apr 02 03:29:31 check out the wiki for something about that Apr 02 03:29:38 lemme see if I can find it Apr 02 03:30:40 https://github.com/enyojs/enyo/wiki/Object-Lifecycle Apr 02 05:55:53 Does anyone have any idea how to test emulating a tap event? Apr 02 05:56:22 I'm trying to do something like, spyOn(app, 'requestReview'); $(app.$.requestReviewButton).click(); expect(app.requestReview).toHaveBeenCalled(); Apr 02 05:56:51 I know it's the .click() that I'm failing on, but can't figure out how to get it right Apr 02 06:23:35 hjhart: you're using jquery and enyo? Apr 02 06:24:16 check https://github.com/enyojs/enyo/wiki/Event-Handling Apr 02 16:38:35 hey guys, is anyone there? Apr 02 17:08:47 hello GodGinrai Apr 02 17:21:05 hey madnificent Apr 02 17:21:19 Have you had any animation problems w/ enyo.Panels? Apr 02 17:46:05 like, enyo.Panels and Fittables not playing nice together? Apr 02 17:46:47 summatusmentis: I made a fiddle to show the animation problem, but it doesn't HAVE the problem Apr 02 17:47:15 I'm leaning towards it being caused by the Fittable layouts it is in Apr 02 17:47:36 that's conceivable Apr 02 17:47:48 this is awesome http://enyojs.com/gallery/#Tally Apr 02 17:48:59 and yes, that is Apr 02 17:49:50 where's sugardave, btw? I haven't seen him on for a while Apr 02 17:52:12 I think he's on the road for some conference, according to twitter Apr 02 17:52:58 ah Apr 02 17:53:33 heh, yeah, he's at Html5conf Apr 02 17:53:54 I talked to him yesterday. He's manning the enyo booth with some other folks. Apr 02 17:54:09 (he looked tired by the end of the day) Apr 02 18:01:02 ah, ok Apr 02 18:07:17 YES Apr 02 18:07:39 I finally got the fiddle to break like my code did :P Apr 02 18:08:44 summatusmentis: http://jsfiddle.net/67mvK/2/ Apr 02 18:09:22 The animation worked w/ FittableRows, but finally broke when I added the Groupbox Apr 02 18:10:22 GodGinrai: what am I looking for? Apr 02 18:10:44 this looks "normal" Apr 02 18:15:46 when it animates Apr 02 18:15:56 (when you click the checkbox) Apr 02 18:16:21 the whole radiogroup is not already there Apr 02 18:16:36 parts of it appear after the animation is finished Apr 02 18:16:50 I don't see that in my browser Apr 02 18:17:06 what browser? Apr 02 18:17:09 maybe it's just happening too fast Apr 02 18:17:14 Chrome on OS X Apr 02 18:17:29 I'm getting this problem in FF and IE8 Apr 02 18:17:48 let me check Chromium Apr 02 18:18:08 I'll check firefox here Apr 02 18:18:27 k Apr 02 18:18:52 I can confirm that Chromium here does not have the problem Apr 02 18:19:06 maybe the animation has different code for webkit Apr 02 18:19:22 The problem is, I need this to work in IE8, not chrome Apr 02 18:19:41 I wonder if it's implementation specific Apr 02 18:19:41 because our company uses IE8 Apr 02 18:19:43 sadly... Apr 02 18:19:45 I don't see it in firefox either Apr 02 18:19:49 o.o Apr 02 18:20:23 I'm definitely getting it in FF and IE Apr 02 18:20:31 which version of FF are you on? Apr 02 18:20:31 it's also possible OS X smooths animation differently than windows Apr 02 18:20:52 uh... 12.0 Apr 02 18:21:07 lemme let it finish updating, and see if it changes Apr 02 18:21:12 nah, it works in Chromium on Windows Apr 02 18:21:37 so It can't be an OS X vs Windows thing Apr 02 18:21:52 it could be an OS X (with non-webkit) vs. Windows thing Apr 02 18:22:36 It's not a matter of smoothing the animation, tho Apr 02 18:22:45 jerky I could understand Apr 02 18:22:58 it's about whole parts of buttons not being there Apr 02 18:23:10 until the animation is finished Apr 02 18:23:46 gotta go for a bit Apr 02 18:23:54 k Apr 02 18:24:43 taking a screenshot Apr 02 18:24:47 I do see it in Firefox 20 Apr 02 18:24:55 ah Apr 02 18:25:00 interesting Apr 02 19:04:44 ok Apr 02 19:05:06 it seems that this problem is specifically caused by putting it into a Groupbox Apr 02 19:05:48 http://jsfiddle.net/67mvK/3/ Apr 02 19:06:15 summatusmentis: something in the Groupbox CSS must not play nice w/ this Apr 02 20:10:53 GodGinrai: sorry, was in a meeting Apr 02 20:11:15 so, I wonder if there are CSS rules in the groupbox that break things Apr 02 20:11:22 oh, you said that already Apr 02 20:45:23 summatusmentis: there are 2 problems that cause this Apr 02 20:46:08 one that causes this problem for most likely all browsers, and was the problem in my app, but not in my fiddle Apr 02 20:46:32 the other problem existed in my app and my fiddle, but only existed for Firefox Apr 02 20:47:06 the one that exists for Firefox is caused by the last-child border-radius rule for Groupbox Apr 02 20:47:31 I believe this is a problem w/ Firefox's renderer, but I'm not sure Apr 02 20:48:53 the more important problem that was truly relevant to my application is that the FittableColumns that my FittableRows was in applied a CSS rule that breaks this functionality when used with radiogroups Apr 02 20:49:54 The CSS rule "white-space: normal" makes the Radio buttons stack, because they display inline-block Apr 02 20:50:14 and this CSS rule was being applied by the FittableColumns Apr 02 20:56:40 ooooh, white-space is awful Apr 02 20:56:44 I always have trouble with it Apr 02 20:59:51 yea. It was hard to track down. Thank god for Firebug Apr 02 21:15:41 g2g, leaving work **** ENDING LOGGING AT Wed Apr 03 02:59:57 2013