[Prototype-core] Re: Ajax.Request - eval()'ing the responseText

2007-03-04 Thread Tobie Langel
Hi DK, You should have a look at this: http://groups.google.com/group/prototype-core/browse_thread/thread/43c13d4b233b20fb/?hl=en# Should solve your problems in the near future. Regards, Tobie --~--~-~--~~~---~--~~ You received this message because you are sub

[Prototype-core] Re: Bug in Position.cumulativeOffset

2007-03-04 Thread Mislav Marohnić
On 3/4/07, Thomas Fuchs <[EMAIL PROTECTED]> wrote: > > > Next time, please see: > http://prototypejs.org/contribute Psst! He can't be bothered :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype: Core" gro

[Prototype-core] Re: Bug in Position.cumulativeOffset

2007-03-04 Thread Thomas Fuchs
Next time, please see: http://prototypejs.org/contribute Note that I *think* this will fail in browsers that don't support computed border widths (that is, units other then 'px' normalized to pixels), namely IE; plus it will cause performance problems. Without unit tests to properly test thi

[Prototype-core] Bug in Position.cumulativeOffset

2007-03-04 Thread Searle
I can't be bothered to find out how to open a bug report, so I'll just put it here. Maybe somone cares. cumulativeOffset ignores borders of parent elements, which is wrong. It was hard to find any information because ALL implementations I found were wrong but one. (Astonishing, it's very basic.)