Re: [jQuery] Interface 1.1

2007-01-17 Thread Dragan Krstic
I have some problems when draggin div contains other divs. In IE6 mostly, but I think it due png filter. Also, open/close animation is not smotth in FF1.5. I'll put demo this days ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface 1.1

2007-01-16 Thread j. siefer
really nice! thank you!!! your docu. says for draging elements use string ('parent' or 'document') or array (top, left, width, height) for containment should be array (left, top, width, height) so works fine, greetings jac -- View this message in context:

Re: [jQuery] Interface 1.1

2007-01-16 Thread Vaska
interface is still very slow. dragging isn't nearly fast enough...there's like a two second time gap before you can see what you are doing. at least in Safari... On 16 Jan 2007, at 16:30, j. siefer wrote: really nice! thank you!!! your docu. says for draging elements use string

Re: [jQuery] Interface 1.1

2007-01-16 Thread Stefan Petre
j. siefer wrote: really nice! thank you!!! your docu. says for draging elements use string ('parent' or 'document') or array (top, left, width, height) for containment should be array (left, top, width, height) so works fine, greetings jac Does anyone else have an opinion on this?

Re: [jQuery] Interface 1.1

2007-01-16 Thread Stefan Petre
I will test on safari soon and get back on this. Vaska wrote: interface is still very slow. dragging isn't nearly fast enough...there's like a two second time gap before you can see what you are doing. at least in Safari... On 16 Jan 2007, at 16:30, j. siefer wrote:

Re: [jQuery] Interface 1.1

2007-01-16 Thread Brandon Aaron
CSS spec puts top before left and width should go before height. It is correct how you have it (top, left, width, height). -- Brandon Aaron On 1/16/07, Stefan Petre [EMAIL PROTECTED] wrote: j. siefer wrote: really nice! thank you!!! your docu. says for draging elements use string

Re: [jQuery] Interface 1.1

2007-01-16 Thread Karl Swedberg
Not sure if there is a correct way to do it. In CSS spec, shorthand properties go both ways: top goes first; left goes last: - margin: top right bottom left; vs. left goes first; top goes second: - background: url(...) no-repeat left top; --Karl _ Karl Swedberg

[jQuery] Interface 1.1

2007-01-15 Thread Stefan Petre
Hi, Paul and I, with help from many jQuery developers, put together a new release of Interface. It has a number of new features, new plugins, speed improvements, nice demos, and improved documentation (there's still a lot to improve there). If you would like to learn more about the 1.1

Re: [jQuery] Interface 1.1

2007-01-15 Thread Clodelio C. Delfino
Thanks Stefan and Paul, this is good news for interface users like me...cheers. cdelfino On 1/15/07, Stefan Petre [EMAIL PROTECTED] wrote: Hi, Paul and I, with help from many jQuery developers, put together a new release of Interface. It has a number of new features, new plugins, speed

Re: [jQuery] Interface 1.1

2007-01-15 Thread Edwin Martin
Stefan Petre wrote: Paul and I, with help from many jQuery developers, put together a new release of Interface. It has a number of new features, new plugins, speed improvements, nice demos, and improved documentation (there's still a lot to improve there). If you would like to learn more

Re: [jQuery] Interface 1.1

2007-01-15 Thread David Duymelinck
Stefan Petre schreef: Hi, Paul and I, with help from many jQuery developers, put together a new release of Interface. It has a number of new features, new plugins, speed improvements, nice demos, great to see all those cool interface plugins you posted here are in the new release and i

Re: [jQuery] Interface 1.1

2007-01-15 Thread Miles Storey
I like the new demo layout but it might be wise to put some initial content in the demo window, pointing people to the links below. Also, I got an error on the selectables demo. When I click serialise (XP and FF2) it gives me, Error: a.get(0) has no properties Source File:

Re: [jQuery] Interface 1.1

2007-01-15 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Subject: [jQuery] Interface 1.1 Hi, Paul and I, with help from many jQuery developers, put together a new release of Interface. It has a number of new features, new plugins, speed improvements, nice demos, and improved

Re: [jQuery] Interface 1.1

2007-01-15 Thread jason schleifer
again, and again, and again.. other than that, it's pretty cool! :) On 1/15/07, Alex Cook [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Subject: [jQuery] Interface 1.1 Hi, Paul and I, with help from many jQuery developers, put together

Re: [jQuery] Interface 1.1

2007-01-15 Thread fullgarbage
Hello Stefan, Thanks for the great news. The interface plugin makes jQuery valuable. I've noticed this bugs however: 'Resizables' from the demo doesn't work for me in IE7. 'Slider' - the lower slider doesn't work (IE7 again). Monday, January 15, 2007, 1:25:03 PM, you wrote: Hi, Paul and I,