[Prototype-core] element.down()/up()/previous()/next()

2007-06-30 Thread pkp9774
I was trying to use .down('h2') this morning and found out that it will not work with elements which are not a part of the DOM (created in memory but not added to the document). After tracing through the code I see that it takes a rather unique approach. From best I can tell it will match the

[Prototype-core] Re: Interesting $$() behavior in Opera 9.21

2007-06-30 Thread Mislav Marohnić
On 6/30/07, jdalton [EMAIL PROTECTED] wrote: var images = $$('.imagePrints'); for(var i=0; image=$(image[i]); i++){ image.attachEventHandlers(); //opera is coo with this now. } Yeah, thanks for reporting. This is a serious issue, and yes - we want to support Opera 9. I don't see how