[mochikit] Re: Preparing for a MochiKit 1.4 release

2008-10-12 Thread troels knak-nielsen

On Wed, Oct 8, 2008 at 5:07 PM, Per Cederberg [EMAIL PROTECTED] wrote:
 In Opera 9.50 Beta 2 they added support for getBoundingClientRect, so
 then the test won't break anymore (taking another code path inside
 MochKit.Style.getElementPosition actually). Would that be ok with you?

A little late to reply, but .. I think it's fair to expect Opera users
to have the latest version installed. 9.5 may still be beta, but not
for long. It would be nice to get some tests on mobile browsers
though. Anyone?

--
troels

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: Preparing for a MochiKit 1.4 release

2008-10-08 Thread troels knak-nielsen

On Wed, Oct 8, 2008 at 3:54 PM, Per Cederberg [EMAIL PROTECTED] wrote:
 Opinions? What does Bob think?

Hooray.

On Wed, Oct 8, 2008 at 3:54 PM, Per Cederberg [EMAIL PROTECTED] wrote:
 You can also contribute by running the test suite in your favorite
 browser environments. Below is a link and the results as of today.

 http://svn.mochikit.com/mochikit/trunk/tests/index.html

Here's what I have within immediate reach:
Ubuntu Linux 64bit:
  Firefox 3.0.3 (64bit) .. OK
  9.50 Alpha .. 8 failures in test_MochiKit-Style.html
not ok - initial x position: got 444, expected 400
not ok - initial y position: got 111, expected 100
not ok - updated x position: got 544, expected 500
not ok - updated y position: got 211, expected 200
not ok - updated x position (using relativeTo parameter): got 444,
expected 400
not ok - updated y position (using relativeTo parameter): got 111,
expected 100
not ok - updated only x position: got 344, expected 300
not ok - not updated y position: got 211, expected 200

Windows XP 64bit:
  Opera 9.60 .. OK
  Firefox 2.0.0.14 .. OK
  Google Chrome 0.2.149.27 .. OK
  Safari 3.1.1 (525.21) .. OK
  Internet Explorer 7.0.5730.13 .. OK

Windows XP 32bit:
  Internet Explorer 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 .. OK
  Safari 3.1.2 (525.21) .. OK

--
troels

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: Preparing for a MochiKit 1.4 release

2008-10-08 Thread Arnar Birgisson

Hi Per,

On Wed, Oct 8, 2008 at 15:54, Per Cederberg [EMAIL PROTECTED] wrote:
 #3. Feature freeze

 I know several people want to push bits into MochiKit at the moment
 (myself included). But new features invariably mean new bugs. And we
 currently have a stable bug-fixed version that has not undergone much
 change for about a year.

 I'd like us to push that version out the door with the 1.4 label
 attached before doing surgery in MochiKit.Selector, adding widgets,
 new string formatting, or other stuff. Those of us that use svn trunk
 will still be able to get all that stuff in a few weeks once the
 release has been tagged and development on 1.5 begins.

I have no specific desire to get the new Selector stuff in before 1.4.

 Opinions?

I agree on all points and would defend your decisions. Two weeks
feature freeze also sounds reasonable.

cheers,
Arnar

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: Preparing for a MochiKit 1.4 release

2008-10-08 Thread Christoph Zwerschke

I fully agree with this, actually I already wanted to post something
similar this week. This is something that TurboGears users have been
complaining about all the time. If I remember correctly, the main show
stopper for 1.4 was the visuals package. But this has been improved
quite a lot in the last months, examples and tests have been added, and
I think it is really useful and works well enough.

-- Christoph

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: Preparing for a MochiKit 1.4 release

2008-10-08 Thread Per Cederberg

On Wed, Oct 8, 2008 at 4:26 PM, troels knak-nielsen [EMAIL PROTECTED] wrote:
  9.50 Alpha .. 8 failures in test_MochiKit-Style.html
not ok - initial x position: got 444, expected 400
not ok - initial y position: got 111, expected 100
not ok - updated x position: got 544, expected 500
not ok - updated y position: got 211, expected 200
not ok - updated x position (using relativeTo parameter): got 444,
 expected 400
not ok - updated y position (using relativeTo parameter): got 111,
 expected 100
not ok - updated only x position: got 344, expected 300
not ok - not updated y position: got 211, expected 200

In Opera 9.50 Beta 2 they added support for getBoundingClientRect, so
then the test won't break anymore (taking another code path inside
MochKit.Style.getElementPosition actually). Would that be ok with you?

Opera is a small player, but perhaps their mobile browsers are
interesting to test MochiKit on?

Cheers,

/Per

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: Preparing for a MochiKit 1.4 release

2008-10-08 Thread Arnar Birgisson

On Wed, Oct 8, 2008 at 17:07, Per Cederberg [EMAIL PROTECTED] wrote:
 Opera is a small player, but perhaps their mobile browsers are
 interesting to test MochiKit on?

Right, speaking of mobile browser, all tests pass on Mobile Safari on
my iPod Touch 2G running firmware 2.1.1

cheers,
Arnar

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---