fluid-work IRC Logs-2012-08-31

[09:19:55 CDT(-0500)] <michelled> hi scott_gonzalez, are you around?

[09:20:03 CDT(-0500)] <scott_gonzalez> hey michelled

[09:20:35 CDT(-0500)] <michelled> I have a question for you about the jQuery ui tooltip - we've found a little bug in it and I'm wondering where we should report it

[09:20:45 CDT(-0500)] <michelled> I guess since it hasn't been released it it's not in Trac

[09:21:24 CDT(-0500)] <scott_gonzalez> Oh, I guess I should add the new plugins to Trac now that we've had beta and rc releases.

[09:21:33 CDT(-0500)] <scott_gonzalez> Give me one sec and I'll add them.

[09:21:47 CDT(-0500)] <michelled> thanks!

[09:22:03 CDT(-0500)] <scott_gonzalez> done

[09:22:18 CDT(-0500)] <michelled> great (smile)

[09:22:51 CDT(-0500)] <michelled> alexn: in your example, you used the rc for the jQuery UI tooltip, right?

[09:23:07 CDT(-0500)] <alexn> michelled: let me double check

[09:23:43 CDT(-0500)] <alexn> michelled: well it says 1.9m1 in a version.txt file but I tried to get the last one

[09:23:50 CDT(-0500)] <alexn> the latest version I mean

[09:27:27 CDT(-0500)] <michelled> alexn: ok, great - can you open a ticket in the jQuery Trac then?

[09:28:13 CDT(-0500)] <scott_gonzalez> 1.9m1 is pretty old.

[09:28:48 CDT(-0500)] <scott_gonzalez> alexn: You can get the rc from http://code.jquery.com/ui/1.9.0-rc.1/jquery-ui.js

[09:29:09 CDT(-0500)] <scott_gonzalez> and the theme: http://code.jquery.com/ui/1.9.0-rc.1/themes/base/jquery-ui.css

[09:29:09 CDT(-0500)] <alexn> scott_gonzalez: ok I will try rc1 to see if the issue we found still persists with the new code

[09:34:21 CDT(-0500)] <michelled> alexn: if you find that the bug still exists, please follow the community standards on reporting the bug: http://wiki.jqueryui.com/w/page/35263118/How-to-Report-Bugs

[09:34:41 CDT(-0500)] <alexn> sure michelled

[09:36:44 CDT(-0500)] <michelled> alexn: here's the Tooltip wiki page in case it helps: http://wiki.jqueryui.com/w/page/12138112/Tooltip

[09:40:18 CDT(-0500)] <anastasiac> jameswy, I don't know if you noticed, but I assigned FLUID-4782 to you, requesting input on the keyboard interactions for the transcript area of the video player

[09:40:32 CDT(-0500)] <jameswy> anastasiac: We're talking about it right now, (smile)

[09:40:37 CDT(-0500)] <anastasiac> (smile)

[09:51:50 CDT(-0500)] <jameswy> anastasiac: JIRA has been reassigned to you.

[09:52:00 CDT(-0500)] <anastasiac> thanks, jameswy

[09:57:04 CDT(-0500)] <alexn> michelled: so I recreated an issue using 1.9RC and pushed it to my gihub https://github.com/anvk/tooltip.example

[10:45:45 CDT(-0500)] <alexn> michelled: the ticket is here http://bugs.jqueryui.com/ticket/8544 and there is one answer already

[10:53:49 CDT(-0500)] <scott_gonzalez> alexn: What are you actually trying to do?

[10:54:08 CDT(-0500)] <scott_gonzalez> The example looks contrived.

[10:55:15 CDT(-0500)] <michelled> hey scott_gonzalez, we are building an HTML5 video player, and the specific place where we wanted to change the tooltip was for the play/pause button

[10:56:04 CDT(-0500)] <scott_gonzalez> Ok, let me put together a demo showing how to do that.

[10:58:55 CDT(-0500)] <alexn> scott_gonzalez: I added a comment with the usecase to the ticket

[11:01:59 CDT(-0500)] <scott_gonzalez> http://jsbin.com/uxoyan/1/edit

[11:02:18 CDT(-0500)] <scott_gonzalez> scroll down to the end of the <script> block

[11:04:20 CDT(-0500)] <scott_gonzalez> Perhaps we should track open tooltips and reinvoke the content method if it changes?

[11:06:49 CDT(-0500)] <scott_gonzalez> I don't think this would be too bad to add.

[11:07:38 CDT(-0500)] <scott_gonzalez> Actually, let me work from your example.

[11:12:28 CDT(-0500)] <scott_gonzalez> Hmm...yeah, there doesn't seem to be a good way to abstract this. I'll talk to the team about making this change.

[11:26:43 CDT(-0500)] <scott_gonzalez> alexn: We're going to make the change.

[12:20:52 CDT(-0500)] <michelled> scott_gonzalez: thanks for looking into that issue for us!

[12:22:17 CDT(-0500)] <alexn> scott_gonzalez: thanks !

[14:38:56 CDT(-0500)] <scott_gonzalez> alexn michelled: Just landed an update for tooltip.

[14:41:32 CDT(-0500)] <alexn> scott_gonzalez: that was pretty fast (smile) thanks! we will take a look into it

[14:41:55 CDT(-0500)] <scott_gonzalez> ...and another (smile)

[14:42:02 CDT(-0500)] <scott_gonzalez> Now you can pass just a string instead of a function.

[14:42:49 CDT(-0500)] <scott_gonzalez> So your use case should now work and be simpler.

[14:43:07 CDT(-0500)] <scott_gonzalez> No more generator function.

[14:43:31 CDT(-0500)] <alexn> scott_gonzalez: oh that is wonderful, passing just strings can simplify things a lot. no need for the extra level of abstraction for the updateContent function

[14:44:09 CDT(-0500)] <scott_gonzalez> Yeah, we were very focused on delegated tooltips.

[14:44:28 CDT(-0500)] <alexn> scott_gonzalez: so I can just download the latest 1.9 rc version and the fix will be there ?

[14:44:59 CDT(-0500)] <scott_gonzalez> No, you'll need to build from source, or you can just grab http://code.jquery.com/ui/jquery-ui-git.js since the CSS hasn't changed.

[14:45:08 CDT(-0500)] <scott_gonzalez> So you can use the -git.js file with the rc theme.

[14:57:18 CDT(-0500)] <alexn> scott_gonzalez: just tried to build and tested it. works like a charm. thanks scott

[14:58:10 CDT(-0500)] <scott_gonzalez> (smile)

[15:20:39 CDT(-0500)] <avtar> fluid-everyone: the fluid jira is getting upgraded today and will be offline for an hour, starting at 4:30 pm est

[15:20:41 CDT(-0500)] <avtar> http://lists.idrc.ocad.ca/pipermail/fluid-work/2012-August/008586.html

[15:20:52 CDT(-0500)] <Bosmon> avtar - fantastic news (smile)

[15:22:12 CDT(-0500)] <avtar> Bosmon: michelled and i were taking a look at the suggestimate and the github/bitbucket integration plugins that justin mentioned

[15:22:15 CDT(-0500)] <avtar> https://marketplace.atlassian.com/plugins/com.atlassian.jira.plugins.bitbucket

[15:22:37 CDT(-0500)] <avtar> suggestimate appears to be working in the jira test instance that we were working on

[15:23:04 CDT(-0500)] <Bosmon> avtar - That'll be really helpful

[15:23:26 CDT(-0500)] <avtar> the github one was making jira rather unstable, as in jira wouldn't start at all

[15:24:01 CDT(-0500)] <avtar> we're going to enable suggestimate and then i'll take a look at the github plugin once jira is online again

[16:10:39 CDT(-0500)] <avtar> fluid-everyone: jira is back

[16:11:47 CDT(-0500)] <Bosmon> avtar - you're a hero (smile)

[16:12:23 CDT(-0500)] <avtar> thanks, Bosmon (tongue)

[16:13:32 CDT(-0500)] <anastasiac> thanks, avtar. nice work

[16:13:51 CDT(-0500)] <avtar> we'll troubleshoot the github plugin on our test instance. i'll let you all know once it's working.