fluid-work IRC Logs-2011-04-28

fluid-work IRC Logs-2011-04-28

[09:00:52 CDT(-0500)] <jhung> jameswy, jessm: will either of you be joining in the IDI website structure chat?
[09:01:20 CDT(-0500)] <jameswy> jhung: When is that?
[09:01:34 CDT(-0500)] <jessm> jhung: we're granting until a noon deadline
[09:01:40 CDT(-0500)] <jessm> not going to make it
[09:01:51 CDT(-0500)] <jhung> jameswy: Now-ish
[09:01:57 CDT(-0500)] <jhung> waiting for Erin.
[09:02:24 CDT(-0500)] <jhung> jessm: okay. Would you like to join if we had the meeting later today?
[09:02:39 CDT(-0500)] <jameswy> jhung: What jessm said
[09:02:43 CDT(-0500)] <jessm> jhung: yes
[09:02:48 CDT(-0500)] <jessm> just a timing issue
[09:03:02 CDT(-0500)] <jameswy> jhung: I can join in the afternoon except for 2-3.
[09:03:25 CDT(-0500)] <jhung> jameswy, jessm: hmmm. okay. I'll see what I can do. I have an appt with my mechanic this aft, but that's tbd.
[09:03:40 CDT(-0500)] <jhung> jamesy, jessm: I'll ping you both with an updated time.
[09:18:37 CDT(-0500)] <jhung> jessm, jameswy: is 12:30p okay for both of you?
[09:18:55 CDT(-0500)] <jameswy> jhung: I can do that.
[09:19:23 CDT(-0500)] <jameswy> I think 12:45 might be easier though.
[09:19:43 CDT(-0500)] <jessm> agree, a noon deadline might take us a bit past noon
[09:19:46 CDT(-0500)] <jessm> so, a bit later
[09:20:23 CDT(-0500)] <jhung> hmmm. Okay, then I'm not sure if we'll be able to meet today since I don't know the situation with my car.
[09:20:29 CDT(-0500)] <jhung> How about we try tomorrow morning?
[09:23:41 CDT(-0500)] <jhung> ^jessm jameswy
[09:24:57 CDT(-0500)] <jameswy> jhung: Sure
[09:37:55 CDT(-0500)] <harriswong> mlam, justin_o: i have gotten the reorderer tests to pass with jquery 1.5.2 . Checked in with 1.6rc1 and tooltip is now failing.
[09:38:48 CDT(-0500)] <Justin_o> harriswong: great work on the reorderer tests
[09:38:57 CDT(-0500)] <Justin_o> what's up with the tooltip in 1.6?
[09:39:08 CDT(-0500)] <mlam> Justin_o, harriswong: are we still working with 1.6 or 1.8 now?
[09:44:01 CDT(-0500)] <Justin_o> mlam: jquery is 1.5.2 with the 1.6 coming soon.. and jquery ui we just upgraded to 1.8.11 but 1.8.12 just came out
[09:44:29 CDT(-0500)] <mlam> ah ok, so it was the jQuery UI that just got updated again.....thanks Justin_o
[09:45:27 CDT(-0500)] <mlam> harriswong: is it ok if i push my changes into your 1.5.2. branch with the fixed inline edit tests?
[09:47:17 CDT(-0500)] <harriswong> justin_o: i haven't dig deep enough into it yet. i think it might have something to do with jquery.ui
[09:48:05 CDT(-0500)] <Justin_o> harriswong: did you try it with the jquery ui 1.8.12 update?
[09:48:07 CDT(-0500)] <harriswong> mlam: please do. i pushed the changes to the jkkremer-fluid-4113 as well.
[09:48:15 CDT(-0500)] <mlam> ok, cool
[09:48:27 CDT(-0500)] <harriswong> Justin_o: i took a look at their changelog but it doesn't seems to be affecting it; i will give it a try and see.
[09:48:28 CDT(-0500)] <Justin_o> actually.. the tooltip is a preview release for jquery ui 1.9.. so there may be another update for it that you could grab
[09:57:36 CDT(-0500)] <mlam> harriswong: committed.
[09:58:16 CDT(-0500)] <harriswong> mlam: thanks!
[09:58:19 CDT(-0500)] <mlam> np
[10:19:04 CDT(-0500)] <Justin_o> heidi_: two questions... 1) can you look at my FLUID-3880 branch https://github.com/jobara/infusion/tree/FLUID-3880 It removes the unneeded :focus overrides now that we've scoped it in FSS. 2) where is your page on the wiki about learning how to use Infusion
[10:19:30 CDT(-0500)] <heidi_> hey Justin_o! yep ill look at that + the reset issue today
[10:19:33 CDT(-0500)] <heidi_> and... let me check
[10:19:38 CDT(-0500)] <Justin_o> heidi_: thanks
[10:20:00 CDT(-0500)] <harriswong> Justin_o: tooltip still breaks with 1.8.12 + 1.6rc1
[10:20:02 CDT(-0500)] <heidi_> Justin_o http://wiki.fluidproject.org/display/fluid/Developer+Introduction+to+Infusion+Framework
[10:20:12 CDT(-0500)] <Justin_o> heidi_: thanks
[10:20:35 CDT(-0500)] <Justin_o> harriswong: we might have to check the repo to see if there is a newer pre-release version of the tooltip that we can use
[10:21:51 CDT(-0500)] <Justin_o> harriswong: here's is the current development version https://github.com/jquery/jquery-ui/blob/master/ui/jquery.ui.tooltip.js
[10:22:31 CDT(-0500)] <yura_> hey colinclark, do you think it makes sense (since cspace only supports high end browsers) to try using localStorage as a sort of persistent user activity/session information holder ?
[10:22:47 CDT(-0500)] <colinclark> What sort of user activity are you thinking of storing, yura_?
[10:23:08 CDT(-0500)] <yura_> save some search results/query parameters
[10:23:11 CDT(-0500)] <yura_> colinclark: ^
[10:23:17 CDT(-0500)] <colinclark> Ah
[10:23:27 CDT(-0500)] <yura_> previous page url maybe ?
[10:23:37 CDT(-0500)] <colinclark> Honestly, I don't think it's a terrible idea
[10:23:40 CDT(-0500)] <colinclark> (smile)
[10:23:48 CDT(-0500)] <harriswong> justin_o: tried with that file, and now all tooltip tests fail
[10:23:52 CDT(-0500)] <Justin_o> heidi_: i don't suppose you developed the code for this anywhere yet http://wiki.fluidproject.org/display/fluid/Creating+a+Component
[10:23:56 CDT(-0500)] <colinclark> Even IE8 supports localStorage
[10:24:02 CDT(-0500)] <Justin_o> harriswong: hmm..
[10:24:10 CDT(-0500)] <yura_> colinclark: yes and it's fairly easy to use
[10:24:12 CDT(-0500)] <Justin_o> harriswong: could be something in the wrapper
[10:24:21 CDT(-0500)] <yura_> it will make a lot of people happy
[10:24:26 CDT(-0500)] <heidi_> Justin_o haven't had a chance unfortunately
[10:24:35 CDT(-0500)] <colinclark> I assume there is currently no means for storing this information at the services layer/
[10:24:37 CDT(-0500)] <colinclark> ?
[10:24:46 CDT(-0500)] <yura_> colinclark: nope
[10:24:53 CDT(-0500)] <colinclark> And indeed I can imagine that they might think of it as a "UI concern" anyway
[10:24:59 CDT(-0500)] <colinclark> I say go for it, yura_
[10:25:03 CDT(-0500)] <colinclark> It makes a lot of sense
[10:25:07 CDT(-0500)] <yura_> colinclark: sweet thanks !
[10:25:24 CDT(-0500)] <Justin_o> heidi_: i'm thinking about using that for the example code for Fluid Contributor Gallery
[10:25:26 CDT(-0500)] <colinclark> The way we treat models in Infusion makes them really amenable to persistent browser-side storage
[10:25:27 CDT(-0500)] <harriswong> justin_o: error says this._bind is not a function. Before, it said it's message.attr() is not a function. I dug into it a bit and the difference between 1.5.2 and 1.6 is one of the property is undefined instead of "".
[10:25:36 CDT(-0500)] <heidi_> Justin_o also that "creating a component" section is out of date with the new IOC way of doing it
[10:25:45 CDT(-0500)] <heidi_> the creator function
[10:25:51 CDT(-0500)] <colinclark> The question, yura_, is whether we'd like some kind of data source abstraction on localStorage?
[10:26:04 CDT(-0500)] <colinclark> I'll leave that one to you
[10:26:13 CDT(-0500)] <yura_> colinclark: I sort of experimented with it already (smile)
[10:26:16 CDT(-0500)] <colinclark> lol
[10:26:19 CDT(-0500)] <colinclark> Nice work (smile)
[10:26:25 CDT(-0500)] <Justin_o> heidi_: yep... i was just hoping to find code so i wouldn't have to write it (smile) , but i think i could start writing up the code ro it and we could use it in both spots
[10:26:26 CDT(-0500)] <harriswong> justin_o: Since it's "undefined", it can't call any methods/properties and broke the testcase
[10:26:35 CDT(-0500)] <Justin_o> heidi_: how does that sound?
[10:26:36 CDT(-0500)] <heidi_> Justin_o i think the contributor example can be much simpler.... just an css contrib for now since that's all we're prepping for right?
[10:26:41 CDT(-0500)] <heidi_> it doesn't have to be a full component
[10:26:58 CDT(-0500)] <Justin_o> heidi_: okay.. any thoughts on what to do.. i'm drawing a blank at the moment
[10:27:28 CDT(-0500)] <heidi_> Justin_o maybe something like.... different button styles or... i dunno it doesn't have to be anything crazy, just an example
[10:27:29 CDT(-0500)] <Justin_o> or do you think it could just be something simple, that may not be that usable
[10:27:34 CDT(-0500)] <yura_> colinclark: http://pastebin.com/aD3DydtJ it's inspired by Antranig's dataSource that he wrote for cspace
[10:27:50 CDT(-0500)] <heidi_> Justin_o it's just demonstrating the layout for a contribution, not a contribution itself really, right?
[10:27:57 CDT(-0500)] <Justin_o> heidi_: that's a good point
[10:27:57 CDT(-0500)] <colinclark> todooder, yura_
[10:28:03 CDT(-0500)] <yura_> haha
[10:28:08 CDT(-0500)] <colinclark> this must be your PlayBook app? (smile)
[10:28:14 CDT(-0500)] <yura_> it must yes (smile)
[10:28:30 CDT(-0500)] <colinclark> lolk
[10:28:44 CDT(-0500)] <colinclark> Your PlayBook app is far cooler than my webOS app
[10:28:54 CDT(-0500)] <colinclark> I never bothered to make a DataSource-style abstraction on local storage
[10:29:03 CDT(-0500)] <colinclark> Though I did integrate persistence with the ChangeApplier
[10:29:04 CDT(-0500)] <colinclark> (smile)
[10:29:45 CDT(-0500)] <yura_> yes that's a good idea
[10:30:59 CDT(-0500)] <jessm> hey y'all, i'm going to miss standup – elbow deep in granting
[10:31:06 CDT(-0500)] <jessm> granting and grunting (smile)
[11:21:11 CDT(-0500)] <heidi_> Justin_o hey justin, i'm playing around with the rich dropdown plugin we might use for UIO and the keyboard behaviour is weird. what do you think?: you can't open the select menu, but you can use arrow buttons to scroll through the list - only showing one item at a time. example at : http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/index.html
[11:22:54 CDT(-0500)] <heidi_> Justin_o the feedback is nil with voice over too. darn
[11:23:21 CDT(-0500)] <Justin_o> (sad) yah.. it's kind of weird
[11:23:39 CDT(-0500)] <Justin_o> although i think native drop downs work like this sometimes..
[11:24:32 CDT(-0500)] <heidi_> Justin_o yeah normally you can tab to a select and hit enter and the menu comes up
[11:25:42 CDT(-0500)] <heidi_> Justin_o scratch that, it's only in safari, and it's with the arrow keys
[11:26:13 CDT(-0500)] <heidi_> Justin_o in ff, it works the same as how the rich dd works. however, rich isn't reading out the choices in VO
[11:26:33 CDT(-0500)] <Justin_o> heidi_: you're using safari for the voice over tests right?
[11:26:41 CDT(-0500)] <heidi_> yes
[11:27:19 CDT(-0500)] <heidi_> lights flickering here. hope power doesn't go
[11:28:10 CDT(-0500)] <Justin_o> heidi_: is there a thunderstorm over there
[11:28:36 CDT(-0500)] <heidi_> just really crazy wind
[11:31:35 CDT(-0500)] <Justin_o> we had some fallen trees and etc around the city
[11:32:03 CDT(-0500)] <heidi_> yeah damian heard trees falling in our bush this morning!
[11:40:45 CDT(-0500)] <heidi_> Justin_o yeah there's no feedback for the contents of the rich select in nvda either. darn
[11:42:00 CDT(-0500)] <Justin_o> (sad)
[11:44:05 CDT(-0500)] <heidi_> i'll msg the creator to ask his thoughts
[11:44:16 CDT(-0500)] <Justin_o> heidi_: we might have to contribute some fixes back
[11:44:21 CDT(-0500)] <heidi_> yeah
[11:44:36 CDT(-0500)] <heidi_> it's just pretty complex... hopefully it's do-able
[11:44:36 CDT(-0500)] <Justin_o> it's too bad the hack-a-thon will be after the release
[11:44:43 CDT(-0500)] <heidi_> yeah
[11:44:50 CDT(-0500)] <heidi_> cos i think felix might be coming
[11:45:57 CDT(-0500)] <heidi_> it says: ARIA support ARIA attributes are added to the component, making this plugin an accessible replacement for a native select element (for users with modern screen readers).
[11:45:59 CDT(-0500)] <heidi_> so not sure what's up
[11:46:06 CDT(-0500)] <heidi_> maybe i'm just missing some of the includes...
[11:47:55 CDT(-0500)] <Justin_o> heidi_: where are you looking at the code/docs?
[11:48:07 CDT(-0500)] <heidi_> but it doesn't work on these demo pages either, so i guess it's not just me
[11:48:27 CDT(-0500)] <heidi_> Justin_o http://www.filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/
[11:49:17 CDT(-0500)] <Justin_o> heidi_: ah thanks.. did you look at the book.. i think colinclark has it somewhere in the office
[11:49:31 CDT(-0500)] <colinclark> it's sitting on my desk, available for anyone to grab
[11:49:37 CDT(-0500)] <heidi_> no i haven't
[11:50:08 CDT(-0500)] <heidi_> colinclark the selectmenu demos aren't working with screenreaders. going to msg felix
[11:50:20 CDT(-0500)] <colinclark> heidi_: Can you double check you're actually looking at the latest version?
[11:50:24 CDT(-0500)] <heidi_> this is the demo page: http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/index.html
[11:50:35 CDT(-0500)] <heidi_> yeah i'm going to check the demos in his github now
[11:51:19 CDT(-0500)] <colinclark> I'll ping Scott Gonzalez about it when I get a spare moment
[11:52:33 CDT(-0500)] <heidi_> Justin_o is there a special key cmd for opening selects in nvda?
[11:52:50 CDT(-0500)] <Justin_o> heidi_: not that i'm aware of
[11:53:40 CDT(-0500)] <heidi_> in voice over i can now get the menu if i use "ctrl option space" and it will read the contents, however it doesn't tell me which item is selected
[11:54:04 CDT(-0500)] <heidi_> or if i move through the list with arrows without using the menu, it doesn't give feedback that it's changing, or what it is
[11:54:15 CDT(-0500)] <Justin_o> heidi_: http://webaim.org/articles/nvda/
[11:54:52 CDT(-0500)] <Justin_o> there is says to use the up/down arrows or type the first letter of the item
[11:56:21 CDT(-0500)] <heidi_> Justin_o the browser default dropdown is so much easier to use. too bad
[11:57:06 CDT(-0500)] <Justin_o> yes.. and for ui options.. it's probably not that different from the browser default
[11:57:14 CDT(-0500)] <Justin_o> at least content wise
[11:57:50 CDT(-0500)] <heidi_> Justin_o what do you mean?
[11:58:48 CDT(-0500)] <Justin_o> I think it's mostly styling... I don't think there's multiple lines to make up a single entry and etc.
[11:59:20 CDT(-0500)] <heidi_> Justin_o yeah you're right - it's just the styling we're after. i'd rather compromise on that vs accessibility, obvs
[12:00:03 CDT(-0500)] <Justin_o> heidi_: yep.. we certainly would like to avoid adding inaccessible elements to our components
[12:00:08 CDT(-0500)] <heidi_> Justin_o nvda/IE8 doesn't work at all
[12:00:23 CDT(-0500)] <Justin_o> you can't change an item or anything?
[12:00:52 CDT(-0500)] <heidi_> going to just make a list of my testing, and look for a place to submit it to the devs
[12:01:02 CDT(-0500)] <heidi_> Justin_o yeah i can tab to it, but that's it.
[12:01:07 CDT(-0500)] <heidi_> can't open/choose anything
[12:01:21 CDT(-0500)] <Justin_o> (sad) that's unfortunate
[12:01:24 CDT(-0500)] <heidi_> unless i need some special command to open it
[12:01:26 CDT(-0500)] <Justin_o> did you try changing modes
[12:01:53 CDT(-0500)] <Justin_o> you might have to switch between focus and browse mode
[12:03:02 CDT(-0500)] <heidi_> Justin_o not having any luck. not sure if you are able to try on yr end
[12:03:31 CDT(-0500)] <heidi_> actually n/m, it's not working enough in other browsers that it won't matter. can test later for report
[12:03:35 CDT(-0500)] <heidi_> Justin_o
[12:03:52 CDT(-0500)] <Justin_o> heidi_: okay
[12:05:36 CDT(-0500)] <heidi_> Justin_o ctrl+space opened the menu, but still can't select. hm
[12:06:03 CDT(-0500)] <heidi_> and got a js error
[12:06:24 CDT(-0500)] <Justin_o> heidi_: (sad) what's the error?
[12:06:50 CDT(-0500)] <heidi_> something long and confusing is null or not an object in ui.selectmenu.js
[12:38:38 CDT(-0500)] <Justin_o> heidi_: hmm.. maybe i missing dependency or a bug
[12:39:13 CDT(-0500)] <Justin_o> heidi_, colinclark: how does this look for a start of the Contributor Gallery info http://wiki.fluidproject.org/display/fluid/Fluid+Contributor+Gallery+Submission+Guide
[12:39:20 CDT(-0500)] <Justin_o> i still have to make the sample submission
[12:42:40 CDT(-0500)] <colinclark> Justin_o: Are you cool if I make a few tweaks?
[12:43:04 CDT(-0500)] <Justin_o> colinclark: one second.. just adding in another link
[12:43:22 CDT(-0500)] <Justin_o> colinclark: okay.. go for it
[12:45:28 CDT(-0500)] <heidi_> Justin_o will there be more direction for the "the code/css/design contribution"
[12:45:56 CDT(-0500)] <Justin_o> heidi_: i guess that's sort of open ended.. what were you thinking of though
[12:45:56 CDT(-0500)] <colinclark> Justin_o: What's the URL for our JSLint instance?
[12:46:13 CDT(-0500)] <Justin_o> colinclark: i think it's swarm.fluidproject.org/jslint but that doesn't seem to be working right now
[12:46:16 CDT(-0500)] <Justin_o> jamon: do you know
[12:46:38 CDT(-0500)] <colinclark> Justin_o: Yeah, that's what I thought. It's definitely down.
[12:46:45 CDT(-0500)] <jamon> Justin_o: checking, might have something to do with checking out new testswarm
[12:46:59 CDT(-0500)] <colinclark> Justin_o: I'm done now
[12:47:01 CDT(-0500)] <colinclark> Tell me what you think
[12:47:30 CDT(-0500)] <colinclark> My goal was just to tweak it a bit so it didn't sound as much like we had "rules," but rather that we welcomed contributions based on a few good techniques
[12:47:33 CDT(-0500)] <jamon> Justin_o: yep, moved it in place
[12:48:59 CDT(-0500)] <heidi_> Justin_o not sure exactly - we can always advise after receiving a contrib
[12:49:06 CDT(-0500)] <heidi_> stuff like add a namespace for yr css etc
[12:49:42 CDT(-0500)] <heidi_> Justin_o are you still going to create a sample/template contrib for the fss page?
[12:53:35 CDT(-0500)] <Justin_o> heidi_: yep.. i'm going to create a sample. you think i should write up a brief tutorial around it or just provide it as a zip and repo link... maybe with instructions inline
[12:53:59 CDT(-0500)] <heidi_> Justin_o i think the latter is fine!
[12:54:06 CDT(-0500)] <Justin_o> heidi_: okay.. thanks
[12:54:25 CDT(-0500)] <Justin_o> jamon: thanks for fixing up our jslint.. while i have you here.. the testswarm didn't push the new jobs again
[12:54:41 CDT(-0500)] <jamon> Justin_o: what's the last commit hash?
[12:55:10 CDT(-0500)] <Justin_o> jamon: https://github.com/fluid-project/infusion/commits/master
[12:55:21 CDT(-0500)] <Justin_o> the latest is 530dcee4fd5293bcc1bc18f470d6ec5a233ca355
[12:55:34 CDT(-0500)] <Justin_o> but as you can see there was a bunch in between too.. not sure if that matters
[12:56:59 CDT(-0500)] <Justin_o> colinclark: thanks that sounds much friendlier (smile)
[12:57:49 CDT(-0500)] <jamon> Justin_o: i fail, didn't chmod the checkout script that is run by cron
[12:58:05 CDT(-0500)] <jamon> Justin_o, colinclark, also, ocatacore is at 172.16.2.19, usual password
[12:58:19 CDT(-0500)] <jamon> have to use vnc to get there
[13:00:06 CDT(-0500)] <Justin_o> jamon: oh well these things happen (smile) but it looks like we're not getting that extra file anymore.. so that's good news
[13:00:25 CDT(-0500)] <jamon> excellent
[13:00:54 CDT(-0500)] <Justin_o> jamon: i suppose the octocore is only available from the office
[13:01:07 CDT(-0500)] <jamon> yeah, can't get to it from outside
[13:01:30 CDT(-0500)] <colinclark> jamon: Does that mean it's up and running against TestSwarm, or should Justin_o and I set that up? Or something else?
[13:01:49 CDT(-0500)] <jamon> colinclark: it's running opera, safari, chrome, and firefox
[13:01:52 CDT(-0500)] <jamon> on testswarm
[13:01:56 CDT(-0500)] <colinclark> ooh, sweet
[13:01:57 CDT(-0500)] <colinclark> thanks
[13:02:11 CDT(-0500)] <jamon> they used to crash periodically with the cspace tests
[13:02:25 CDT(-0500)] <jamon> will see how it is doing after a couple days
[13:02:30 CDT(-0500)] <Justin_o> jamon: thanks... is that all from mac os x or are there virtual machines for windows running too?
[13:02:49 CDT(-0500)] <jamon> all osx at the moment, we have no window 7 licenses that work (sad)
[13:03:01 CDT(-0500)] <jamon> can make xp machines for 6/7/8 though?
[13:03:08 CDT(-0500)] <jamon> ie 6/7/8 that is
[13:03:43 CDT(-0500)] <Justin_o> jamon: that would be a good start if that's possible... i'll try to remember to log our win 7 machine that's across from me into testswarm, when i get back to the office
[13:04:05 CDT(-0500)] <jamon> i think that we have an unused xp license somewhere
[13:04:13 CDT(-0500)] <jamon> k
[13:04:50 CDT(-0500)] <Justin_o> thanks
[13:05:06 CDT(-0500)] <jamon> ok there it is, chrome is hung on 461748b geometricmanager tests
[13:05:15 CDT(-0500)] <jamon> and i think safari too, there's something off about the osx webkit
[13:08:36 CDT(-0500)] <heidi_> btw anastasiac i forgot to mention my husband did the music for a documentary at hot docs. if yr interested: http://www.hotdocs.ca/film/title/three_walls
[13:09:14 CDT(-0500)] <anastasiac> heidi_, cool! thanks
[13:09:18 CDT(-0500)] <heidi_> (smile)
[13:09:20 CDT(-0500)] <anastasiac> I was hoping to get to some docs this year
[13:09:24 CDT(-0500)] <anastasiac> but I doubt it
[13:09:29 CDT(-0500)] <anastasiac> I'll look for the DVD (wink)
[13:09:30 CDT(-0500)] <heidi_> it's about cubicle life, fun watch
[13:09:32 CDT(-0500)] <heidi_> hehe ok
[13:20:28 CDT(-0500)] <Bosmon> cindyli: Just a heads-up, that if you update yours and michelled's UIOptions branch to trunk, you will need to remove the IoCRendererComponent grade that we put in on Tuesday
[13:21:19 CDT(-0500)] <cindyli> ya, i figured out, thanks, Bosmon
[13:43:47 CDT(-0500)] <Bosmon> mlam - looks like fluid.value() does indeed resolve the jQuery API drift issues then?
[13:46:14 CDT(-0500)] <mlam> Yes, for the inline edit
[13:48:27 CDT(-0500)] <Bosmon> cool