fluid-work IRC Logs-2012-07-25
[08:13:16 CDT(-0500)] <helipus> Hi guys, is this channel for the typo3 fluid framework which comes with extbase?
[08:18:06 CDT(-0500)] <helipus> I need some inline syntax in fluid: my code is: How can I get the exact oposite?
[08:18:06 CDT(-0500)] <helipus> is not working
[08:18:06 CDT(-0500)] <helipus> the idea is to append "<br />" to every foreach item except the last
[08:18:24 CDT(-0500)] * Topic is 'This channel is logged – for details see: http://wiki.fluidproject.org/display/fluid/IRC+Channel' set by jessm on 07:30:00 CST(-0600)
[08:51:42 CDT(-0500)] <anastasiac> michelled, regarding FLOE-17, images that don't respond to UIO: Are the changes you've made merged into a11y-uio yet, or are you waiting for 660?
[08:53:11 CDT(-0500)] <michelled> anastasiac: I think 660 was that last thing outstanding - did you find other issues?
[08:54:21 CDT(-0500)] <anastasiac> michelled, I'm looking at the basic browse interface in high-contrast, and the small graphic beside the license info (e.g. "Share only" or "Remix and share" is not high contrast. Is that a known issue?
[08:55:01 CDT(-0500)] <michelled> yeah - 17 was about buttons, right?
[08:55:16 CDT(-0500)] <michelled> anastasiac: I think the other issues are covered in 43
[08:55:40 CDT(-0500)] <michelled> other than facebook, twitter and google + which has its own JIRA
[08:55:49 CDT(-0500)] <anastasiac> ah, right, I'm getting my JIRAs confused. And 43 is not yet merged into a11y-uio, right?
[08:56:53 CDT(-0500)] <michelled> anastasiac: most of 43 is - but there are a lot of details that are not done yet
[08:57:10 CDT(-0500)] <anastasiac> ok, michelled, just trying to figure out the best thing to work on today
[08:57:35 CDT(-0500)] <michelled> anastasiac: I think 12 or 46 make the most sense
[08:57:40 CDT(-0500)] <michelled> since I'm working on 43 still
[08:57:52 CDT(-0500)] <anastasiac> k, I'll check in with Joanna
[09:00:09 CDT(-0500)] <michelled> anastasiac: if you'd rather work on 43, you can take on a part of the UI
[09:00:19 CDT(-0500)] <anastasiac> no, no problem michelled
[09:06:21 CDT(-0500)] <michelled> anastasiac: I noticed another issue that we need to fix - I don't think there's a JIRA for it yet. On the preview, the learner options tab is on the wrong side of the user drop down
[09:06:45 CDT(-0500)] <anastasiac> ok, michelled, I'll file that one
[09:06:54 CDT(-0500)] <michelled> anastasiac: and another - there is a scroll bar on the main content in the authoring tool in high contrast
[09:07:12 CDT(-0500)] <anastasiac> michelled, is the scrollbar not there in the default theme?
[09:07:51 CDT(-0500)] <michelled> I don't think so - I don't have a working system at the moment so I can't check
[09:08:58 CDT(-0500)] <anastasiac> k
[09:26:51 CDT(-0500)] <Justin_o> michelled: i'm in a bit of bind for something in decapod… wondering if you might have some thoughts on how to do something
[09:27:09 CDT(-0500)] <michelled> what's going on Justin_o?
[09:27:24 CDT(-0500)] <Justin_o> michelled: okay.. here's the design.. http://issues.fluidproject.org/secure/attachment/12577/Decapod+0.6+Export-14.png
[09:27:39 CDT(-0500)] <Justin_o> michelled: i'm working on the bottom portion. when the user enters an invalid value
[09:28:12 CDT(-0500)] <michelled> ok
[09:28:26 CDT(-0500)] <Justin_o> michelled: so i had wanted to use the tooltip wrapper component we have in infusion.. the way it works is that a jQuery UI tooltip is created on the wrappers container
[09:28:43 CDT(-0500)] <michelled> right
[09:28:54 CDT(-0500)] <Justin_o> the issue i'm having is that i only want this tooltip to show up when the field with the invalid input has focus
[09:29:49 CDT(-0500)] <michelled> and right now when does it shoe?
[09:29:50 CDT(-0500)] <Justin_o> michelled: so the question is, how do i create it.. since the need for it will be sort of dynamic
[09:29:50 CDT(-0500)] <michelled> show?
[09:30:07 CDT(-0500)] <Justin_o> michelled: i haven't yet added it
[09:30:46 CDT(-0500)] <Justin_o> michelled: also those inputs are rendered based on a model passed into the component
[09:31:34 CDT(-0500)] <michelled> Justin_o: I guess you could lazily create it if you want - but regardless of when you create it you'll have to customize your 'show' so it only happens on error
[09:31:42 CDT(-0500)] <Justin_o> so i guess it would make the most sense for it to be added by the renderer, but it's only supposed to show on error
[09:32:26 CDT(-0500)] <michelled> yeah, I think you're going to have to over ride the default show behaviour - is there an easy way to do that?
[09:33:10 CDT(-0500)] <Justin_o> michelled: here's the wrapper code https://github.com/fluid-project/infusion/blob/master/src/webapp/components/tooltip/js/Tooltip.js
[09:33:22 CDT(-0500)] <helipus> Hi guys, I want to report a bug for the f:link.external view helper. Can you point me to th eplace or to someone?
[09:34:45 CDT(-0500)] <michelled> helipus: hi there, I'm not sure what you're referring to - is this in Infusion?
[09:34:48 CDT(-0500)] <Justin_o> michelled: here's the tooltip plugin code https://github.com/fluid-project/infusion/blob/master/src/webapp/lib/jquery/plugins/tooltip/js/jquery.ui.tooltip.js
[09:35:31 CDT(-0500)] <helipus> typo3 fluid?
[09:36:38 CDT(-0500)] <helipus> michelled: so sorry if this is not the right irc channel
[09:37:02 CDT(-0500)] <michelled> helipus: is think it's the wrong room
[09:37:11 CDT(-0500)] <helipus> thx anyway
[09:37:14 CDT(-0500)] <helipus> bye
[09:38:13 CDT(-0500)] <Justin_o> michelled: so it looks like i can drill down into the plugin code and disable it, then enable it when there is an error
[09:38:27 CDT(-0500)] <Justin_o> https://github.com/fluid-project/infusion/blob/master/src/webapp/lib/jquery/plugins/tooltip/js/jquery.ui.tooltip.js#L53-59
[09:38:38 CDT(-0500)] <Justin_o> michelled: i guess that's the best way.. what do you think?
[09:39:09 CDT(-0500)] <michelled> Justin_o: that seems so invasive but you might not have an option if you are using the tooltip plugin
[09:39:29 CDT(-0500)] <michelled> Justin_o: I'm sorry - I need to go off line for a bit - we can talk more about it later?
[09:39:51 CDT(-0500)] <Justin_o> michelled: no problem.. i'll try this approach out and see how it goes
[09:40:55 CDT(-0500)] <michelled> cool ttyl
[10:06:11 CDT(-0500)] <Justin_o> anastasiac: do you happen to remember if there is a way to use non-autoInit components within an IoC component?
[10:06:47 CDT(-0500)] <anastasiac> Justin_o, I think you just have to call initDependents yourself
[10:06:55 CDT(-0500)] <anastasiac> we used to do that before IoC
[10:07:18 CDT(-0500)] <Justin_o> anastasiac: but that would mean that my parent component couldn't be autoInit either?
[10:07:32 CDT(-0500)] <anastasiac> ah, hum
[10:08:24 CDT(-0500)] <anastasiac> maybe you could call iniDepenents in one of the lifecycle functions, Justin_o - the pre- or post- or final - whichever corresponds most closely and appropriately with when subcomponents would be initialized
<