[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-28 Thread Michael Peters
Thomas Fuchs wrote: > Shouldn't be to difficult to implement; and we could even have Safari > 1.3 and 2.0 testing going; implementing a commit hook or somesuch in > svn shouldn't be that difficult too. Error reporting can send mails > into prototype-core. I'm all for it. :) I don't have a

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-27 Thread Thomas Fuchs
Good to hear. Seems to be a sign of how mature WINE is. :) That being said, continous integration could also be done with more than one machine; all machines listen to test requests (webrick?) and start stuff accordingly; then report back to the server machine. Shouldn't be to difficult to i

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-27 Thread Mislav Marohnić
On 5/27/07, Thomas Fuchs <[EMAIL PROTECTED]> wrote: > > > With WINE? Note that IE sometimes will misbehave, that is work > differently from when installed on Windows/run in virtualization > (i've seen this with my own eyes, no urban rumors here). Yeah, heard about that too. So far there have been

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-27 Thread Thomas Fuchs
With WINE? Note that IE sometimes will misbehave, that is work differently from when installed on Windows/run in virtualization (i've seen this with my own eyes, no urban rumors here). Anyway, we've also had a case where IE was working when running natively; but had a bug when running on Pa

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-26 Thread Andrew Sumin
I have the same problem. Please see the save Dojo function it uses VBS object for IE and it works perfect. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email t

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-25 Thread Brad Greenlee
Is there documentation somewhere on how to set this up? (OS X/ Parallels/Windows, although I'm curious as to how you're testing IE on Linux). Cheers, -b On May 25, 9:59 am, "Mislav Marohnić" <[EMAIL PROTECTED]> wrote: > On 5/25/07, Brad Greenlee <[EMAIL PROTECTED]> wrote: > > > > > At the risk

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-25 Thread Mislav Marohnić
On 5/25/07, Brad Greenlee <[EMAIL PROTECTED]> wrote: > > > At the risk of veering completely off-topic, is it possible to run IE > tests directly from OS X w/ Parallels/Windows installed? I assumed no, > and went ahead and set up a testing environment in Windows. Everything is possible. For insta

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-25 Thread Brad Greenlee
At the risk of veering completely off-topic, is it possible to run IE tests directly from OS X w/ Parallels/Windows installed? I assumed no, and went ahead and set up a testing environment in Windows. -b On May 25, 9:35 am, "Mislav Marohnić" <[EMAIL PROTECTED]> wrote: > On 5/25/07, Grant Hollin

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-25 Thread Mislav Marohnić
On 5/25/07, Grant Hollingworth <[EMAIL PROTECTED]> wrote: > > > * Thomas Fuchs <[EMAIL PROTECTED]> [2007-05-25 03:06]: > >In general, unit tests shouldn't fail. Please help us by fixing them. :) > > I've run into some failing tests on older versions of Safari. > > * testFormActivating fails on 2.0.

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-25 Thread Grant Hollingworth
* Thomas Fuchs <[EMAIL PROTECTED]> [2007-05-25 03:06]: >In general, unit tests shouldn't fail. Please help us by fixing them. :) I've run into some failing tests on older versions of Safari. * testFormActivating fails on 2.0.2. * the current Prototype.ScriptFragment crashes versions of Safari b

[Prototype-core] Re: cumulativeOffset bug and failing IE tests

2007-05-25 Thread Thomas Fuchs
In general, unit tests shouldn't fail. Please help us by fixing them. :) Best, Thomas Am 25.05.2007 um 08:26 schrieb Brad Greenlee: > > I spend the morning tracking down an IE bug we were seeing only to > find it in Trac: > http://dev.rubyonrails.org/ticket/5515 > > I applied the suggested fi