Hi, I''ve got a problem with firefox 2. I''m using 2 sortable lists with iframes in "li" tags. Everytime I move my "li" tag, the iframe is reloaded. This is not very user friendly. I''m using scriptaculous v1.7.0. Any trick would be fine. Thanks for any help. Cydrike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Are you dragging by clicking on <a> tags? That''s cause that behavior. Otherwise, I think your best bet is to create a reduced sample (a good debugging technique anyway), and if you''re still having the problem, post it for us to look at. TAG On Aug 8, 2007, at 2:37 AM, Cydrike wrote:> > Hi, > > I''ve got a problem with firefox 2. > I''m using 2 sortable lists with iframes in "li" tags. Everytime I move > my "li" tag, the iframe is reloaded. > This is not very user friendly. > I''m using scriptaculous v1.7.0. > > Any trick would be fine. > > > Thanks for any help. > > Cydrike > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, I''m not using a <a> tag to drag. I''ve created an example as small as possible and the problem still occurs. Here''s my test page : http://brucknce-1.at.vwdhosting.net/test.htm You can see that when you are draging the element containing the iframe, it reloads each time. Cydrike On 8 août, 19:59, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote:> Are you dragging by clicking on <a> tags? That''s cause that behavior. > > Otherwise, I think your best bet is to create a reduced sample (a > good debugging technique anyway), and if you''re still having the > problem, post it for us to look at. > > TAG > > On Aug 8, 2007, at 2:37 AM, Cydrike wrote: > > > > > > > Hi, > > > I''ve got a problem with firefox 2. > > I''m using 2 sortable lists with iframes in "li" tags. Everytime I move > > my "li" tag, the iframe is reloaded. > > This is not very user friendly. > > I''m using scriptaculous v1.7.0. > > > Any trick would be fine. > > > Thanks for any help. > > > Cydrike- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Bleh. I''m pretty sure it''s an unavoidable browser issue (even though it occurs in multiple browsers). I don''t know of any way to fix it. Looks like the browser forces an iframe refresh when the iframe re- attaches to the DOM. Perhaps someone smarter than me has a fix, but I wouldn''t be optimistic. TAG On Aug 9, 2007, at 1:34 AM, Cydrike wrote:> > Hi, > > I''m not using a <a> tag to drag. > I''ve created an example as small as possible and the problem still > occurs. > Here''s my test page : > > http://brucknce-1.at.vwdhosting.net/test.htm > > You can see that when you are draging the element containing the > iframe, it reloads each time. > > Cydrike > > On 8 août, 19:59, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote: >> Are you dragging by clicking on <a> tags? That''s cause that >> behavior. >> >> Otherwise, I think your best bet is to create a reduced sample (a >> good debugging technique anyway), and if you''re still having the >> problem, post it for us to look at. >> >> TAG >> >> On Aug 8, 2007, at 2:37 AM, Cydrike wrote: >> >> >> >> >> >>> Hi, >> >>> I''ve got a problem with firefox 2. >>> I''m using 2 sortable lists with iframes in "li" tags. Everytime I >>> move >>> my "li" tag, the iframe is reloaded. >>> This is not very user friendly. >>> I''m using scriptaculous v1.7.0. >> >>> Any trick would be fine. >> >>> Thanks for any help. >> >>> Cydrike- Masquer le texte des messages précédents - >> >> - Afficher le texte des messages précédents - > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks anyway for you help. Perhaps someone knows how google has done this ? Cydrike On 10 août, 08:26, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote:> Bleh. I''m pretty sure it''s an unavoidable browser issue (even though > it occurs in multiple browsers). I don''t know of any way to fix it. > Looks like the browser forces an iframe refresh when the iframe re- > attaches to the DOM. Perhaps someone smarter than me has a fix, but I > wouldn''t be optimistic. > > TAG > > On Aug 9, 2007, at 1:34 AM, Cydrike wrote: > > > > > > > Hi, > > > I''m not using a <a> tag to drag. > > I''ve created an example as small as possible and the problem still > > occurs. > > Here''s my test page : > > >http://brucknce-1.at.vwdhosting.net/test.htm > > > You can see that when you are draging the element containing the > > iframe, it reloads each time. > > > Cydrike > > > On 8 août, 19:59, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote: > >> Are you dragging by clicking on <a> tags? That''s cause that > >> behavior. > > >> Otherwise, I think your best bet is to create a reduced sample (a > >> good debugging technique anyway), and if you''re still having the > >> problem, post it for us to look at. > > >> TAG > > >> On Aug 8, 2007, at 2:37 AM, Cydrike wrote: > > >>> Hi, > > >>> I''ve got a problem with firefox 2. > >>> I''m using 2 sortable lists with iframes in "li" tags. Everytime I > >>> move > >>> my "li" tag, the iframe is reloaded. > >>> This is not very user friendly. > >>> I''m using scriptaculous v1.7.0. > > >>> Any trick would be fine. > > >>> Thanks for any help. > > >>> Cydrike- Masquer le texte des messages précédents - > > >> - Afficher le texte des messages précédents -- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
if you mean http://www.google.com/ig i think they do not use iframes in the moveable widgets. does the content necessarily have to be in form of an iframe? markus On 10 Aug., 09:00, Cydrike <cedric.bruck...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks anyway for you help. > Perhaps someone knows how google has done this ? > > Cydrike--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Yes this is what I mean, but for having already done some widgets myself, most of them are using iframes, at least mines. And with firefox, my widgets are not reloading after each move. And Yes my content has to be in form of an iframe cause I intend to reuse my widgets made for google and this is the only way you can include a google widget. Cydrike On 10 août, 11:04, Markus Hammer <yaya...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> if you meanhttp://www.google.com/igi think they do not use iframes > in the moveable widgets. > does the content necessarily have to be in form of an iframe? > > markus > > On 10 Aug., 09:00, Cydrike <cedric.bruck...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Thanks anyway for you help. > > Perhaps someone knows how google has done this ? > > > Cydrike- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
lluispallares-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Aug-10 10:03 UTC
Re: IFRAME being reloaded after each sortable move
Puyq --- -----Original Message----- From: Cydrike <cedric.bruckner@gmail.com> Date: Fri, 10 Aug 2007 02:50:57 To:"Ruby on Rails: Spinoffs" <rubyonrails-spinoffs@googlegroups.com> Subject: [Rails-spinoffs] Re: IFRAME being reloaded after each sortable move Yes this is what I mean, but for having already done some widgets myself, most of them are using iframes, at least mines. And with firefox, my widgets are not reloading after each move. And Yes my content has to be in form of an iframe cause I intend to reuse my widgets made for google and this is the only way you can include a google widget. Cydrike On 10 août, 11:04, Markus Hammer <yaya...@gmail.com> wrote:> if you meanhttp://www.google.com/igi think they do not use iframes > in the moveable widgets. > does the content necessarily have to be in form of an iframe? > > markus > > On 10 Aug., 09:00, Cydrike <cedric.bruck...@gmail.com> wrote: > > > > > Thanks anyway for you help. > > Perhaps someone knows how google has done this ? > > > Cydrike- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs@googlegroups.com To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
alisdair.johnstone-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org
2007-Aug-12 04:30 UTC
Re: IFRAME being reloaded after each sortable move
I am having exactly the same problem as you. I am trying to create a netvibes/igoogle like portal using sortables. Unfortunately neither iGoogle or NetVibes actually have a work around for this problem (as far as I can see). Try http://www.google.com/ig/adde?moduleurl=http%3A//www.spacebrowse.com/gadget/SpaceBrowse.xml and then move it, you will see that the content of the iFrame does indeed get freshed. If you find a workaround, let me know. On Aug 10, 12:00 am, Cydrike <cedric.bruck...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks anyway for you help. > Perhaps someone knows how google has done this ? > > Cydrike > > On 10 août, 08:26, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote: > > > Bleh. I''m pretty sure it''s an unavoidable browser issue (even though > > it occurs in multiple browsers). I don''t know of any way to fix it. > > Looks like the browser forces an iframe refresh when the iframe re- > > attaches to the DOM. Perhaps someone smarter than me has a fix, but I > > wouldn''t be optimistic. > > > TAG > > > On Aug 9, 2007, at 1:34 AM, Cydrike wrote: > > > > Hi, > > > > I''m not using a <a> tag to drag. > > > I''ve created an example as small as possible and the problem still > > > occurs. > > > Here''s my test page : > > > >http://brucknce-1.at.vwdhosting.net/test.htm > > > > You can see that when you are draging the element containing the > > > iframe, it reloads each time. > > > > Cydrike > > > > On 8 août, 19:59, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote: > > >> Are you dragging by clicking on <a> tags? That''s cause that > > >> behavior. > > > >> Otherwise, I think your best bet is to create a reduced sample (a > > >> good debugging technique anyway), and if you''re still having the > > >> problem, post it for us to look at. > > > >> TAG > > > >> On Aug 8, 2007, at 2:37 AM, Cydrike wrote: > > > >>> Hi, > > > >>> I''ve got a problem with firefox 2. > > >>> I''m using 2 sortable lists with iframes in "li" tags. Everytime I > > >>> move > > >>> my "li" tag, the iframe is reloaded. > > >>> This is not very user friendly. > > >>> I''m using scriptaculous v1.7.0. > > > >>> Any trick would be fine. > > > >>> Thanks for any help. > > > >>> Cydrike- Masquer le texte des messages précédents - > > > >> - Afficher le texte des messages précédents -- Masquer le texte des messages précédents - > > > - Afficher le texte des messages précédents ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Yes you''re right. I didn''t noticed this reload with google, because it doesn''t occur while the iframe is moving. It only occurs when the iframe is drop. Does anybody know how to prevent the iframe from being reloaded after each move at least ? (as google do) On 12 août, 06:30, "alisdair.johnst...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org" <alisdair.johnst...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> I am having exactly the same problem as you. I am trying to create a > netvibes/igoogle like portal using sortables. Unfortunately neither > iGoogle or NetVibes actually have a work around for this problem (as > far as I can see). Tryhttp://www.google.com/ig/adde?moduleurl=http%3A//www.spacebrowse.com/... > and then move it, you will see that the content of the iFrame does > indeed get freshed. If you find a workaround, let me know. > > On Aug 10, 12:00 am, Cydrike <cedric.bruck...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Thanks anyway for you help. > > Perhaps someone knows how google has done this ? > > > Cydrike > > > On 10 août, 08:26, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote: > > > > Bleh. I''m pretty sure it''s an unavoidable browser issue (even though > > > it occurs in multiple browsers). I don''t know of any way to fix it. > > > Looks like the browser forces an iframe refresh when the iframe re- > > > attaches to the DOM. Perhaps someone smarter than me has a fix, but I > > > wouldn''t be optimistic. > > > > TAG > > > > On Aug 9, 2007, at 1:34 AM, Cydrike wrote: > > > > > Hi, > > > > > I''m not using a <a> tag to drag. > > > > I''ve created an example as small as possible and the problem still > > > > occurs. > > > > Here''s my test page : > > > > >http://brucknce-1.at.vwdhosting.net/test.htm > > > > > You can see that when you are draging the element containing the > > > > iframe, it reloads each time. > > > > > Cydrike > > > > > On 8 août, 19:59, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote: > > > >> Are you dragging by clicking on <a> tags? That''s cause that > > > >> behavior. > > > > >> Otherwise, I think your best bet is to create a reduced sample (a > > > >> good debugging technique anyway), and if you''re still having the > > > >> problem, post it for us to look at. > > > > >> TAG > > > > >> On Aug 8, 2007, at 2:37 AM, Cydrike wrote: > > > > >>> Hi, > > > > >>> I''ve got a problem with firefox 2. > > > >>> I''m using 2 sortable lists with iframes in "li" tags. Everytime I > > > >>> move > > > >>> my "li" tag, the iframe is reloaded. > > > >>> This is not very user friendly. > > > >>> I''m using scriptaculous v1.7.0. > > > > >>> Any trick would be fine. > > > > >>> Thanks for any help. > > > > >>> Cydrike- Masquer le texte des messages précédents - > > > > >> - Afficher le texte des messages précédents -- Masquer le texte des messages précédents - > > > > - Afficher le texte des messages précédents -- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---