Hi Jörn -

Ive uploaded a striped down demo page to illustrate the bug - its a
dashboard/widget combo and clicking on show catalog will
display a set of draggables which you can drag to the 3 column
dashboard panel.See link below

http://sudocode.com/uibug/

While dragging the widgets to the dashboard it throws an error every
now and then which I think might be an related to the offset of the
parent element...

this.parentNode is null

I also tried using the latest svn checkout as Paul has rewritten
ui.sortable/ui.draggable but the same
problem occurs

Thanks for responding

G

On Sep 3, 2:57 pm, Jörn Zaefferer <[email protected]>
wrote:
> That error isn't a good indicator. An example of your setup (uploaded
> testpage, or something on jsbin.com) would help a lot.
>
> Jörn
>
>
>
> On Wed, Sep 2, 2009 at 3:47 PM, GerryH<[email protected]> wrote:
>
> > Hi there,
>
> > I have hooked up a draggable list to a 3 column sortable list using _
> > connectToSortable:'.column',    _
> > it works well but every now and then I get an error kicked back in
> > Firefox saying the following....
>
> > this.parentNode is null
>
> > referring to jquery-1.3.2.js (line 268). which is as follows
>
> > before: function() {
> >  return this.domManip(arguments, false, function(elem){
> >  this.parentNode.insertBefore( elem, this );
> > });
>
> > I could only find a mention of this once or twice before and it
> > doesn't seem to be a know issue
> > anybody else experienced/resolved this before?
>
> > Thanks for your help,
>
> > Darren
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to