ScriptAculo Date test failed (VW)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ScriptAculo Date test failed (VW)

Oleg Richards
Hello!

I've just installed latest version of WebKit Seaside 2.8 for  
VisualWorks (3.09.2007)
All tests are green, but i have one red. Its Date conversion to  
javascript.

  '(Seaside.Date year: 1980 month: 6 day: 11) asJavascript gives me  
result {''start'':new Date(1980,5,11,0,0,0),''end'':new Date
(1980,5,11,23,59,59)}'

And for test it needs to be new Date(1980,5,11)'

Can somebody explain me this things?

Cheers, Oleg
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ScriptAculo Date test failed (VW)

Lukas Renggli
> And for test it needs to be new Date(1980,5,11)'
>
> Can somebody explain me this things?

Looks like Date>>#javascriptOn: is missing or broken in VW.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside