Re: Writing an interface with drag/drop support.

2011-01-31 Thread Dennis Ju
> I'll try the solution here. > > Thanks. > > De: Dennis Ju [dennis...@liferay.com] > Enviado: sexta-feira, 28 de janeiro de 2011 17:05 > Para: dev@shindig.apache.org > Assunto: Re: Writing an interface with drag/drop support. > > I was also havi

RES: Writing an interface with drag/drop support.

2011-01-31 Thread Xandeco, Maxwell
I'll try the solution here. Thanks. De: Dennis Ju [dennis...@liferay.com] Enviado: sexta-feira, 28 de janeiro de 2011 17:05 Para: dev@shindig.apache.org Assunto: Re: Writing an interface with drag/drop support. I was also having an issue w/ pubsub-2

Re: Writing an interface with drag/drop support.

2011-01-28 Thread Dennis Ju
ot;, then set the src of > > that > > >>> iframe to our gadget rendering url, then subsequently set the src to > > >>> google.com and then drag and drop -- on drop it would reload the > > gadget > > >>> rendering url and not google.com. > > >

Re: Writing an interface with drag/drop support.

2011-01-19 Thread Maxwell
t;> To: dev@shindig.apache.org > >>> Subject: RES: Writing an interface with drag/drop support. > >>> > >>> Reload the iframe it's the natural behavior of firefox and google > chrome, > >>> it's not a problem, the problem is when shindi

Re: Writing an interface with drag/drop support.

2011-01-14 Thread Maxwell
;>> iframe to our gadget rendering url, then subsequently set the src to > >>> google.com and then drag and drop -- on drop it would reload the > gadget > >>> rendering url and not google.com. > >>> > >>> One other thing to be aware of -- if you h

Re: Writing an interface with drag/drop support.

2011-01-08 Thread Robson Dantas
d not google.com. >>> >>> One other thing to be aware of -- if you have any JavaScript inside >> script >>> tags nested somewhere within the hierarchy of the element that gets >>> detached/reattached to the DOM during the drag and drop, in some browsers &

Re: Writing an interface with drag/drop support.

2011-01-08 Thread Jonathan Beri
ript will get re-executed on drop. > > > > --Jesse > > > > -Original Message- > > From: Xandeco, Maxwell [mailto:maxwell.xand...@gft.com] > > Sent: Thursday, January 06, 2011 11:57 AM > > To: dev@shindig.apache.org > > Subject: RES: Writi

Re: Writing an interface with drag/drop support.

2011-01-07 Thread Maxwell
DOM during the drag and drop, in some browsers > that script will get re-executed on drop. > > --Jesse > > -Original Message- > From: Xandeco, Maxwell [mailto:maxwell.xand...@gft.com] > Sent: Thursday, January 06, 2011 11:57 AM > To: dev@shindig.apache.org > Subje

RE: Writing an interface with drag/drop support.

2011-01-06 Thread Ciancetta, Jesse E.
op, in some browsers that script will get re-executed on drop. --Jesse -Original Message- From: Xandeco, Maxwell [mailto:maxwell.xand...@gft.com] Sent: Thursday, January 06, 2011 11:57 AM To: dev@shindig.apache.org Subject: RES: Writing an interface with drag/drop support. Reload the ifr

RES: Writing an interface with drag/drop support.

2011-01-06 Thread Xandeco, Maxwell
ira, 6 de janeiro de 2011 14:04 Para: dev@shindig.apache.org Assunto: Re: Writing an interface with drag/drop support. Your problem is that the gadget renders itself again after you drop it? As far as I known this also happens in igoogle, when the gadget renders in an iframe (some igoogle gadget

Re: Writing an interface with drag/drop support.

2011-01-06 Thread Pablo GraƱa
Your problem is that the gadget renders itself again after you drop it? As far as I known this also happens in igoogle, when the gadget renders in an iframe (some igoogle gadgets render inline). I think that this happens because when you drag a gadget, jquery detaches it from its parent div, and w

Writing an interface with drag/drop support.

2011-01-06 Thread Xandeco, Maxwell
Hi guys, i'm trying to create a "igoogle like" interface, I just added drag and drop support using jquery sortable feature it's working pretty well, but after drop the gadget in the new area, the iframe disapper in firegox, because firefox try reload the iframe after the drop. After a short d