[00:01:13] I don't know, it seemed like it would be funny [00:01:49] TrevorParscal: when you get back, I'm looking for a blue down-arrow for "add a reply" [00:02:13] probably bigger, it's for a notice with font-size: 120% [00:33:55] werdna: i'm back [00:34:05] hey trevor [00:35:01] adam_miller: ask Roan, he's owning that stuff - but.. caret position is going to naturally be a different sort of information with the iframe, you will have a position in a text node rather than poisition in the whole document [00:35:25] so this is what I'm working with now (I haven't removed the ordinary reply button yet) [00:35:28] http://tinypic.com/view.php?pic=2mra9er&s=6 [00:35:34] http://i48.tinypic.com/2mra9er.jpg [00:35:51] I'm hoping to add a blue down arrow to the left of that thing down the bottom [00:35:54] any ideas where I might find one? [01:43:36] I scared Trevor off :) [01:43:40] or maybe he has "work" to do [01:43:44] or something silly like that ;) [17:50:58] *RoanKattouw wonders where everyone is [17:51:32] getting coffee? [17:51:33] dead? [17:51:36] hiding? [17:51:48] hiding in a coffeehouse in a graveyard? [17:51:59] Hiding from the meeting we're having in 10 mins presumably [17:52:07] ah that makes sense [17:52:08] Only nkomura seems to be here [17:53:50] nkomura: Please ping me when I need to call in [17:57:36] hi i'm here [17:57:44] talking in different channels [17:58:04] No worries [17:58:17] no sign of trevor, nimish and parul yet [17:58:39] So the office reflects IRC then? :) [17:59:36] mostly in the morning [17:59:48] during the day, it varies [18:00:47] RoanKattouw, adam_miller, and hannes-_-: Let us delay the call by 15 minutes [18:00:58] as the team in the office hasn't showed up yet [18:02:08] RoanKattouw: i was looking into fixing the highlight of the current section in the ntoc yesterday [18:02:27] is getCarretLocation going to work OK with the iframe? [18:02:47] adam_miller: Not yet. I'm committing some code for moving the selection now [18:02:59] The location thing is next [18:03:06] ok rad [18:05:27] parul and nimish are here [18:05:31] so we are going to the conf room now [18:06:10] OK [18:12:43] *Roan-meeting listens to elevator music [18:13:19] *hannes_looping too [18:17:48] we are calling in [18:18:30] adam_miller: we are ready [18:18:48] i'm on, i dont think you can hear me though so i'm gonna dial in again [18:22:02] apparently skype wont let me talk today....i'm gonna listen for now [18:22:49] I am TOTALLY HERE! [18:22:50] if someone has the number handy and could private msg me it I will listen in as well [18:25:52] Yeah, same with me. [18:28:13] mda [18:28:20] mdale: the number is in the invite [18:28:29] could u hear me at all? [18:28:31] YaronK: i'll send you the number in a sec [18:28:35] I am listening in now ;) [18:33:39] mdale and YaronK, we are doing a round table to share updates [18:33:57] Got it. [18:34:09] yep [18:39:44] thanks [19:03:57] BAH my mic is not working [19:04:16] i've been working on NTOC things [19:04:23] but i could use some more tasks to help out with [19:08:10] is there preference from you on the things you want to work on? [19:08:16] we are competing for your time [19:08:50] i'll work on whatever you guys want, go ahead and overwhelm me [19:12:01] the links and tables dialog would be good, and trevor is right, i often need someone more in touch with the code to get me started [19:17:03] http://commons.wikimedia.org/wiki/Vector_edit_toolbar [19:20:18] opps disconnected re- calling [19:23:45] is sandbox #2 uptodate? [19:23:53] concerning the addmediawizard? [19:40:34] https://bugzilla.wikimedia.org/show_bug.cgi?id=21709 [19:40:40] any ideas on this yet? [19:40:41] hannes_meeting:let me check [19:42:01] hannes_meeting: seems to be broken with the iframe setup [19:43:11] TrevorParscal: Nope, I thought you should take a stab at it [19:44:07] k [19:48:05] TrevorParscal: Lang-spec icons infrastructure? [19:48:33] mmmmm... sounds tasty [19:50:14] OK so basically I'm thinking icon should be an object with langcode => icon [19:51:03] Your selector idea is cute but 1) we want mutual exclusivity and 2) for some obscure language (or English), you'd first walk through all languages before finding out your lang isn't there and fall back to English, which is slow [20:28:15] RoanKattouw: sorry - was in after meeting meeting [20:28:25] Ha [20:28:31] I thought you'd gone out for lunch [20:29:01] ok, so the idea is that the icon field of the tool be an object rather than a string, and the object has a source field, as well as an optional language field? [20:29:22] No [20:29:34] The idea is that the language code is a key and the rest is a value [20:29:44] That value could just be the icon name or maybe an object, not sure [20:30:00] But for an efficient sublinear implementation, having the langcode as key is key :) [20:30:23] 'icon': { 'en': '/path/to/image.png', 'de': '/path/to/de/image.png' } [20:30:39] Aye [20:30:51] Possibly with s/en/default [20:31:09] But I guess that's not necessary [20:31:12] if ( myLangCode in iconObject ) { /* use it */ } else { /* use first one specified*/ } [20:31:31] let the first specified be default [20:31:32] shall we deploy click tracking for the old tool bar before it gets too late for RoanKattouw? [20:31:33] You can't grab the first one specified, right? How'd you do that in JS [20:31:35] hmm [20:31:39] Oh right yeah let's roll [20:31:42] *RoanKattouw rolls [20:31:51] no, default should be an option actualy [20:32:01] Ah good one [20:32:09] 'default': 'en', 'en': 'foo', 'de': 'bar' ? [20:32:14] cause icon: { default: '', en: '', de: '' } etc [20:32:15] yes [20:32:35] and we should also support icon: 'string' [20:32:46] in the case that there is no need for multiple choices [20:32:52] much like we do with some of the other things... [20:32:56] I gotta eat lunch [20:33:00] you going to sketch that out? [20:34:25] Sure [20:34:37] Right after I finish writing about that IE scariness I mentioned [20:35:02] ha [20:35:07] ok - so the other thing.. [20:35:11] what I was working on [20:35:38] nkomura: And it's live [20:35:47] exciting!! [20:35:53] to get events to work properly, it seems that we must actually load the iframe HTML from a file - which may cause issues with your solution... we will have to do more testing and stuff to know for sure [20:36:02] write away - I'm very interested in your learning [20:36:16] Like