[Q] WADateInput Problem in Seaside 2.8

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

[Q] WADateInput Problem in Seaside 2.8

Chun, Sungjin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I've created a dialog(which uses Lightbox from Scriptaculous 188) to
receive value(date value) from user using WADateInput(I'm using canvas
model).

canvas div class: 'row'; with: [
                canvas span class: 'label'; with: 'Date:'.
                canvas span class: 'date'; with: [
                        canvas dateInput value: self entry date;
                                callback: [ :v | self entry date: v ]
                ]
        ].

The problem is that in callback block the v is original value not user's
updated one. I do not have problem with 2.7 of Seaside

Is this bug or should I need some special preprocessing?

Thanks in advance.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGOs4yQqspS1+XJHgRAtEUAJ0QO37HT7sVCRq1yyIjoC/X4P2jZgCgni+r
jADrJGcQhGMvO2xicNx1pB4=
=sBvO
-----END PGP SIGNATURE-----
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] WADateInput Problem in Seaside 2.8

Lukas Renggli
> The problem is that in callback block the v is original value not user's
> updated one. I do not have problem with 2.7 of Seaside
>
> Is this bug or should I need some special preprocessing?

This is certainly a bug. It could be related to some other problem I
observed where pending WABrush-es are not flushed in the right order.

I created an entry on Mantis: http://bugs.squeak.org/view.php?id=6464

Cheers,
Lukas

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