littleantyant-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Nov-20 15:36 UTC
Element.down() broken in Opera 9.02
Hi, I''ve not tested this on other Opera versions than 9.02, but here is a sample that does not work. Can you tell me if I did something wrong or if it is Opera that doesn''t work? It works fine in FF 2.0, IE 6 and IE 7: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Unnamed Document</title> <script type="text/javascript" src="lib/prototype.js"></script> <script type="text/javascript"> function init() { alert($(''x'').down().innerHTML); } </script> </head> <body onload="init()"> <div id="x">first <strong>div</strong></div> <div>second div</div> </body> </html> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
littleantyant-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Nov-20 15:42 UTC
Re: Element.down() broken in Opera 9.02
Sorry, I forgot: I used script.aculo.us 1.6.5 to test this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Grab the latest SVN. There''s a serious bug in Opera 9 that prevents 1.6.5 from working properly (the current SVN edge has a workaround). -Thomas Am 20.11.2006 um 16:36 schrieb littleantyant-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org:> > Hi, > > I''ve not tested this on other Opera versions than 9.02, but here is a > sample that does not work. Can you tell me if I did something wrong or > if it is Opera that doesn''t work? It works fine in FF 2.0, IE 6 and IE > 7: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <title>Unnamed Document</title> > <script type="text/javascript" src="lib/prototype.js"></script> > <script type="text/javascript"> > function init() { > alert($(''x'').down().innerHTML); > } > </script> > </head> > > <body onload="init()"> > <div id="x">first <strong>div</strong></div> > <div>second div</div> > > </body> > </html> > > > >-- Thomas Fuchs wollzelle http://www.wollzelle.com questentier on AIM madrobby on irc.freenode.net http://www.fluxiom.com :: online digital asset management http://script.aculo.us :: Web 2.0 JavaScript http://mir.aculo.us :: Where no web developer has gone before --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
littleantyant-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Nov-23 09:12 UTC
Re: Element.down() broken in Opera 9.02
Yup, prototype 1.5.0 rc2 fixes the problem. thank you! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I have same problem - where can I obtain 1.5.0 rc2? thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
on 11/27/2006 5:55 PM bikeman said the following:> I have same problem - where can I obtain 1.5.0 rc2? > > thanks >It comes with scriptaculous 1.7.0 Beta 1 http://script.aculo.us/beta/scriptaculous-js-1.7.0_beta1.zip -- Abdulrahman Al-Otaiba http://www.seamler.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---