[Prototype-core] Re: Unexpected/unwanted porn here

2008-06-25 Thread Christophe Porteneuve
Franck PORCHER a écrit : Receiving unexpected porn ads through this mailing list :-( Owner, thanks for removing the sender adress ([EMAIL PROTECTED]) from this group. Yeah, we get annoying spam in here… As for the unsub, you can do it yourself either through the email interface (I think

[Prototype-core] Need some testing and or cleaning up of the Element#relativize method

2008-06-25 Thread John-David Dalton
All right :), http://github.com/sstephenson/prototype/tree/master/src/dom.js#L578 As you can see there is a bit of code in the git core that I think should really be examined and cleaned up or commented. //Why do we do this? var offsets = element.positionedOffset(), top =

[Prototype-core] Re: Observe events in iframe

2008-06-25 Thread tancurrom
You got me thinking and playing around with prototype. Elaborating on what arty said, it is not actually possible to extend element in frames because prototype makes reference to the window object when extending elements. It would take a big rewrite to let it accept an object and make reference