[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-17 Thread df-sean

In the meantime...

What's the latest working version I can use which will work even on
Safari? Do I need to downgrade jquery too? If someone could tell me
which versions I need to get going right away, I'd really appreciate
it. Thanks!

Sean



[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-17 Thread df-sean

Thanks Richard. I suppose I can wait a week ;-)

Cheers.



[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-17 Thread Richard D. Worth
This issue is still being worked on. It should be fixed within a week in
advance of the next release.

- Richard

On 10/16/07, df-sean <[EMAIL PROTECTED]> wrote:
>
>
> Does anyone know of any workarounds or is JQuery Sortables just
> unusable for the time being. I have a project that I'd planned on
> using this for. But it seems like now I won't be able to.
>
>


[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-17 Thread df-sean

Does anyone know of any workarounds or is JQuery Sortables just
unusable for the time being. I have a project that I'd planned on
using this for. But it seems like now I won't be able to.



[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-05 Thread Michael Stuhr


Suni schrieb:

Reproduced here with FF 2 on WinXP.

As soon as I let go of a draggable the error console goes mad.



yeah i should've mentioned that too:

i was on winXP FF2 too, but IE6 has Problems too.

the error seems to be this function:

1095 remove: function(a){
1096 if ( !a || jQuery.filter( a, [this] ).r.length ) {
1097 jQuery.removeData( this );
1098 this.parentNode.removeChild( this ); // error: this parent 
node has  	 no properties



micha


[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-05 Thread Suni

Reproduced here with FF 2 on WinXP.

As soon as I let go of a draggable the error console goes mad.