fluid-work IRC Logs-2009-08-06
[07:19:30 EDT(-0400)] * heidi (n=thesumme@bas5-oshawa95-1176338582.dsl.bell.ca) has joined #fluid-work
[08:10:45 EDT(-0400)] * Justin_o (n=Justin@142.150.154.171) has joined #fluid-work
[08:32:17 EDT(-0400)] * laurel (n=Laurel@142.150.154.178) has joined #fluid-work
[08:44:29 EDT(-0400)] * athena (n=athena@adsl-75-58-121-121.dsl.wlfrct.sbcglobal.net) has joined #fluid-work
[09:00:23 EDT(-0400)] * Bosmon (n=Bosmon@78-105-207-102.zone3.bethere.co.uk) has joined #fluid-work
[09:01:33 EDT(-0400)] * fj4000 (n=Jacob@142.150.154.106) has joined #fluid-work
[09:13:26 EDT(-0400)] * anastasiac (n=team@142.150.154.189) has joined #fluid-work
[09:21:56 EDT(-0400)] * Justin_o (n=Justin@142.150.154.171) has left #fluid-work
[09:22:05 EDT(-0400)] * justin_o_ (n=jmo@142.150.154.101) has joined #fluid-work
[09:32:50 EDT(-0400)] <EverettZ> Anyone know who at ATRC worked on TinyMCE accessibility?
[09:33:16 EDT(-0400)] <jamon> hi EverettZ, ping yura, he's done a bit and will know others
[09:34:27 EDT(-0400)] <EverettZ> jamon: thanks.
[09:34:30 EDT(-0400)] <justin_o_> EverettZ: Yura and I have been looking at some keyboard related bugs with the inline edit portion. Is there something in particular you were wondering
[09:34:50 EDT(-0400)] <laurel> EverettZ: I'll also check with greg gay when he comes back from coffee - Atutor uses tinyMCE
[09:36:34 EDT(-0400)] <EverettZ> justin_o_: do you know if any screen-reader user testing was done?
[09:36:49 EDT(-0400)] <EverettZ> justin_o_: It is really bad user experience.
[09:38:29 EDT(-0400)] <jamon> ok mysql wasn't running for jira/confluence, sites are working now
[09:39:13 EDT(-0400)] <justin_o_> EverettZ: unfortunately not that I'm aware of. I talked to Greg Gay the other day about some keyboard nav issues that we were having with it and he told me that they had passed back some keyboard short cuts so he may know. Also you may want to check in with Alison, she has been doing a bunch of Screen Reader testing, but I'm not sure if she has looked at our rich text inline edit yet.
[09:41:44 EDT(-0400)] <EverettZ> justin_o_: clarifying that we're talking about the same thing, I'm talking about TinyMCE, not Infusion components.
[09:43:05 EDT(-0400)] <justin_o_> EverettZ: yep... we haven't specifically looked at tinyMCE that I know of, unless it was part of looking at it through inlinEdit, but Greg may have. We did notice that there is a keyboard navigation issue with the advance theme of tinyMCE at least in Firefox, but that would be the extent of my knowledge
[09:55:35 EDT(-0400)] * clown (n=clown@142.150.154.202) has joined #fluid-work
[09:55:49 EDT(-0400)] * mackrauss (n=mackraus@142.150.154.128) has joined #fluid-work
[10:57:50 EDT(-0400)] * mackrauss (n=mackraus@142.150.154.128) has joined #fluid-work
[11:12:37 EDT(-0400)] * clown (n=clown@142.150.154.202) has joined #fluid-work
[12:12:15 EDT(-0400)] <anastasiac> Bosmon, do you have a moment
[12:12:51 EDT(-0400)] <anastasiac> I've looked at the Renderer docs, and I don't see anything about this
[12:13:17 EDT(-0400)] <anastasiac> is there any event that fires once all resources have been processed, so I can know when everything is done?
[12:13:35 EDT(-0400)] <anastasiac> I have a page made up of several smaller pages, loaded with fetchResources
[12:13:51 EDT(-0400)] <anastasiac> is there any signal to let me know when all of them are loaded?
[12:14:00 EDT(-0400)] <Bosmon> Well, the fetchResources call has its own callback?
[12:14:10 EDT(-0400)] <anastasiac> yes, but that's called for each resource
[12:14:18 EDT(-0400)] <anastasiac> I want to know when all of them have been processed
[12:14:21 EDT(-0400)] <Bosmon> They should all be registered with the same call
[12:14:25 EDT(-0400)] <Bosmon> That is the point of having that API
[12:14:33 EDT(-0400)] <Bosmon> If you do them one at a time, you may as well use $.ajax
[12:14:48 EDT(-0400)] * anastasiac checks her code
[12:15:10 EDT(-0400)] <anastasiac> cr**, that's what I'm doing wrong!
[12:15:13 EDT(-0400)] <anastasiac> thanks so much!
[12:15:19 EDT(-0400)] <Bosmon>
[12:15:21 EDT(-0400)] <Bosmon> glad to help
[12:15:27 EDT(-0400)] <anastasiac> you always do
[12:15:46 EDT(-0400)] <Bosmon> Dealing with multiple asynchrony was the only reason that fluid.fetchResources was created
[12:38:09 EDT(-0400)] * justin_o_ (n=jmo@142.150.154.101) has joined #fluid-work
[13:28:18 EDT(-0400)] * yura (n=yura@142.150.154.101) has joined #fluid-work
[13:52:43 EDT(-0400)] * justin_o_ (n=jmo@142.150.154.101) has joined #fluid-work
[14:04:15 EDT(-0400)] * laurel (n=Laurel@142.150.154.178) has joined #fluid-work
[14:21:50 EDT(-0400)] <anastasiac> Bosmon, can I ask a followup question on what to do with the fetched resources?
[14:22:04 EDT(-0400)] <anastasiac> Here's my scenario:
[14:22:45 EDT(-0400)] <anastasiac> I have a 'master' html file that has a few empty divs. For each of those divs, I have a separate html file with a snippet I want intserted into the div
[14:22:58 EDT(-0400)] * Bosmon (n=Bosmon@78-105-207-102.zone3.bethere.co.uk) has joined #fluid-work
[14:23:07 EDT(-0400)] <anastasiac> ah, ok
[14:23:13 EDT(-0400)] <anastasiac> I'll repeat myself
[14:23:21 EDT(-0400)] <anastasiac> Here's my scenario:
[14:23:28 EDT(-0400)] <anastasiac> I have a 'master' html file that has a few empty divs. For each of those divs, I have a separate html file with a snippet I want intserted into the div
[14:23:42 EDT(-0400)] <anastasiac> I put together the resourcespec array, and call fetchresources
[14:23:59 EDT(-0400)] <anastasiac> the callback successfully receives the resourcespec array, nicely filled in with all the html snippets
[14:24:01 EDT(-0400)] <anastasiac> no problem
[14:24:20 EDT(-0400)] <anastasiac> but I can't quite figure out the correct way to render the snippets into the right place in my master html file
[14:24:28 EDT(-0400)] <anastasiac> Am I completely misunderstanding something?
[14:25:01 EDT(-0400)] <Bosmon> I don't know
[14:25:14 EDT(-0400)] <anastasiac> is this a reasonable use case for fetchresources?
[14:25:27 EDT(-0400)] <Bosmon> Yes
[14:25:39 EDT(-0400)] <Bosmon> Any time when you need to fetch multiple resources is a use case for fetchResources
[14:26:08 EDT(-0400)] <anastasiac> I tried passing the resourceSpec array to parseTemplates, and got something back, but then a render on that doesn't quite work right at all
[14:26:26 EDT(-0400)] <anastasiac> only one of my snippets is getting rendered
[14:26:29 EDT(-0400)] <anastasiac> and not in the right place
[14:26:35 EDT(-0400)] <Bosmon> You can't render them all in one call
[14:26:40 EDT(-0400)] <anastasiac> ah
[14:26:53 EDT(-0400)] <Bosmon> You fetch them with one call, but render them with as many calls as you have markup targets
[14:26:58 EDT(-0400)] <anastasiac> ah, ok
[14:27:02 EDT(-0400)] <anastasiac> that's probably the issue
[14:27:31 EDT(-0400)] <anastasiac> ok, I'll try that
[14:27:36 EDT(-0400)] <anastasiac> thanks so much for your help!
[15:26:49 EDT(-0400)] * justin_o_ (n=jmo@142.150.154.101) has joined #fluid-work
[15:56:26 EDT(-0400)] * heidi (n=thesumme@bas5-oshawa95-1176338582.dsl.bell.ca) has joined #fluid-work
[15:58:21 EDT(-0400)] * justin_o_ (n=jmo@142.150.154.101) has joined #fluid-work
[16:00:47 EDT(-0400)] * yura (n=yura@142.150.82.110) has joined #fluid-work
[16:47:44 EDT(-0400)] * anastasiac (n=team@142.150.154.189) has left #fluid-work
[20:21:06 EDT(-0400)] * justin_o (n=jmo@CPE001b63f2cc0e-CM0011aec4b062.cpe.net.cable.rogers.com) has joined #fluid-work
[21:11:55 EDT(-0400)] * Bosmon (n=Bosmon@78-105-207-102.zone3.bethere.co.uk) has joined #fluid-work
[21:11:55 EDT(-0400)] * athena (n=athena@adsl-75-58-121-121.dsl.wlfrct.sbcglobal.net) has joined #fluid-work
[21:11:55 EDT(-0400)] * jamon (i=jamon@mantis.openject.com) has joined #fluid-work
[21:11:55 EDT(-0400)] * apetro (n=apetro@ip68-3-206-157.ph.ph.cox.net) has joined #fluid-work