uPortal IRC Logs-2011-03-24

[11:53:22 CDT(-0500)] <EricDalquist> I think I need to create another patch for fluid
[11:53:33 CDT(-0500)] <EricDalquist> the pager really needs a afterRenderComplete event
[12:51:16 CDT(-0500)] <athena> hm that'd be quite helpful
[12:52:30 CDT(-0500)] <EricDalquist> yeah
[12:52:43 CDT(-0500)] <EricDalquist> in this case I have a checkbox that toggles if values in one column are visible or not
[12:52:59 CDT(-0500)] <EricDalquist> problem is when you page or sort I have to re-apply the toggle
[12:52:59 CDT(-0500)] <athena> need to set those event handlers after a re-render?
[12:53:02 CDT(-0500)] <athena> yeah
[12:53:07 CDT(-0500)] <athena> we've had to do that in a bunch of places
[12:53:17 CDT(-0500)] <athena> jquery tooltips and such
[12:53:19 CDT(-0500)] <EricDalquist> right now I have a horrid hack using timers and element data
[12:53:24 CDT(-0500)] <athena> huh, really?
[12:53:29 CDT(-0500)] <athena> let me see what we've done
[12:53:33 CDT(-0500)] <EricDalquist> in onModelChange I set a timer
[12:53:48 CDT(-0500)] <EricDalquist> then use that to toggle the visibility after the pager is actually done rendering
[12:55:15 CDT(-0500)] <athena> interesting
[12:55:22 CDT(-0500)] <EricDalquist> yeah
[12:55:24 CDT(-0500)] <athena> looks like we've used onModelChange in the past w/ no timers
[12:55:30 CDT(-0500)] <athena> so you've had timing issues w/ it?
[12:55:45 CDT(-0500)] <EricDalquist> huh, when that is called my data isn't actually visible yet from my testing
[12:55:58 CDT(-0500)] <athena> weird
[12:56:07 CDT(-0500)] <athena> wonder if there's a change since whatever version we were using?
[12:56:24 CDT(-0500)] <EricDalquist> I'll try that again though
[13:10:20 CDT(-0500)] <athena> where are we at with the portlet definition parameter stuff?
[13:10:29 CDT(-0500)] <athena> is that something that i'd be able to help sort out?
[13:13:17 CDT(-0500)] <EricDalquist> um hrm
[13:15:26 CDT(-0500)] <EricDalquist> I have some notes at home about that
[13:15:32 CDT(-0500)] <EricDalquist> I'll email you with more info when I get to them
[13:19:02 CDT(-0500)] <EricDalquist> so yeah it looks like onModelChange gets called before the renderer replaces the existing pager contents with the new pager contents
[13:21:59 CDT(-0500)] <athena> thanks!
[13:22:11 CDT(-0500)] <athena> interesting - wonder why that's worked for us in the past
[13:22:23 CDT(-0500)] <athena> maybe just got luckkky
[14:04:15 CDT(-0500)] <EricDalquist> grr I need to find time to fix bamboo too
[14:04:56 CDT(-0500)] <athena> toooooooooo much to do
[14:05:11 CDT(-0500)] <EricDalquist> yes
[14:05:13 CDT(-0500)] <athena> feel like i'm typing so much my fingers might fly off
[14:05:14 CDT(-0500)] <EricDalquist> always