[jQuery] Re: @mike: blockUI fix

2007-06-16 Thread Gilles (Webunity)
Cool! I'll be going to try and rebuild my administration site using blockUI (with ajax forms) instead of my own submodal (which is not so widely tested off course). I'll keep you posted Gilles

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Gilles (Webunity)
You did not yet commit this did you? I still see Version 1.22 (06/08/2007) when i download the file here @ work from code.google.com -- Gilles

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Mike Alsup
Gilles, Sorry for the confusion. I renamed the file as Brandon suggested and committed that change. I'm still working on the tab navigation but I should have it done today. There's a little extra work for Opera since it won't let you cancel a tab key event. Mike On 6/15/07, Gilles

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Gilles (Webunity)
Great! Make sure you update your own demo page, since it contains a link to the old filename on code.google.com On 15 jun, 13:34, Mike Alsup [EMAIL PROTECTED] wrote: Gilles, Sorry for the confusion. I renamed the file as Brandon suggested and committed that change. I'm still working on the

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Mike Alsup
Ok, Gilles, it's out there now. Mike On 6/15/07, Mike Alsup [EMAIL PROTECTED] wrote: Gilles, Sorry for the confusion. I renamed the file as Brandon suggested and committed that change. I'm still working on the tab navigation but I should have it done today. There's a little extra work for

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Mike Alsup
It's been updated, but you may need to refresh your browser. Mike On 6/15/07, Gilles (Webunity) [EMAIL PROTECTED] wrote: Great! Make sure you update your own demo page, since it contains a link to the old filename on code.google.com On 15 jun, 13:34, Mike Alsup [EMAIL PROTECTED] wrote:

[jQuery] Re: @mike: blockUI fix

2007-06-14 Thread Mike Alsup
Thanks, Gilles! I knew I didn't have that working quite right so I appreciate the patch. Cheers! Mike On 6/14/07, Gilles (Webunity) [EMAIL PROTECTED] wrote: Mike, i've seen that you implemented the tab question i asked for. However, when testing it, i came to the conclusion that you could

[jQuery] Re: @mike: blockUI fix

2007-06-14 Thread Brandon Aaron
On the topic of blockUI ... could you change the name of the file to match the folder name: jquery.blockUI.js This will allow you to add a build task to the build.xml so you can quickly provide a min, pack and/or zipped version. -- Brandon Aaron On 6/14/07, Mike Alsup [EMAIL PROTECTED] wrote:

[jQuery] Re: @mike: blockUI fix

2007-06-14 Thread Mike Alsup
Don't try to use logic on me, Brandon. It'll never work! :-) I'll try to get that changed tonight. Mike On 6/14/07, Brandon Aaron [EMAIL PROTECTED] wrote: On the topic of blockUI ... could you change the name of the file to match the folder name: jquery.blockUI.js This will allow you to

[jQuery] Re: @mike: blockUI fix

2007-06-14 Thread Gilles (Webunity)
You're welcome. P.s. there is still one thing i would like to see fixxed, but i can't do that alone. With the current code (in firefox) you can tab only in the popup. However, when that is done, you tab to the address bar, and then to the google search field, then to the tabs (if you have more

[jQuery] Re: @mike: blockUI fix

2007-06-14 Thread Mike Alsup
I know what you mean. Ideally I'd like to have a focusCycleRoot type implementation (ala Swing), but that might be tough to pull off. I'll take a crack at it and see where it leads. Mike On 6/14/07, Gilles (Webunity) [EMAIL PROTECTED] wrote: You're welcome. P.s. there is still one thing i

[jQuery] Re: @mike: blockUI fix

2007-06-14 Thread Mike Alsup
Done. On 6/14/07, Brandon Aaron [EMAIL PROTECTED] wrote: On the topic of blockUI ... could you change the name of the file to match the folder name: jquery.blockUI.js This will allow you to add a build task to the build.xml so you can quickly provide a min, pack and/or zipped version.