Opened https://github.com/symfony/symfony/issues/7070
On Thu, Feb 14, 2013 at 11:58 AM, Luis Cordova <[email protected]> wrote: > please open an issue in the symfony2 respective repo about this so it can > be better tracked, this seems a form issue with localization on the money > type > > > On Thu, Feb 14, 2013 at 8:22 AM, raphox <[email protected]> wrote: > >> I forgot to mension... >> >> If I use the property 'grouping', this problem does not occur. I >> understand that the group is really for separating thousands and decimals, >> but theoretically when 'grouping' was false, should not also display the >> '.' in thousands. >> >> >> On Thursday, February 14, 2013 11:18:51 AM UTC-2, raphox wrote: >>> >>> Hi, >>> >>> In an environment with locale 'pt_BR', where the decimal separator is >>> ',' thousand and is '.' values forms are shown as follows: >>> >>> - 1.999,19 >>> - 4.000,00 >>> - 3.454,25 >>> >>> The problem is that when I have these values in the form field and do >>> POST to update the data, the values are converted to: >>> >>> - 1,99 >>> - 4,00 >>> - 3,45 >>> >>> But if they do not have '.' as in '1999,19 '. He is saved correctly as >>> '1.999,19 ' and '1.999,19' displayed on the preview page. >>> >>> This is a bug? >>> >>> -- >> -- >> If you want to report a vulnerability issue on Symfony, please read the >> procedure on http://symfony.com/security >> >> You received this message because you are subscribed to the Google >> Groups "symfony developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/symfony-devs?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Symfony developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > -- > If you want to report a vulnerability issue on Symfony, please read the > procedure on http://symfony.com/security > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Symfony developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Raphael Almeida Araújo Homepage: http://sites.google.com/site/raphoxaraujo -- -- If you want to report a vulnerability issue on Symfony, please read the procedure on http://symfony.com/security You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en --- You received this message because you are subscribed to the Google Groups "Symfony developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
