[ http://jira.jboss.com/jira/browse/RF-2959?page=comments#action_12411569 ] Juergen Zimmermann commented on RF-2959: ----------------------------------------
Right, the issue is gone > inplaceInput doesn't work with f:convertNumber > ---------------------------------------------- > > Key: RF-2959 > URL: http://jira.jboss.com/jira/browse/RF-2959 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: RF 3.2.0, JSF-RI 1.2_08 > Reporter: Juergen Zimmermann > Assigned To: Heorhi Maksimenko > Fix For: 3.2.1 > > > I'm having the this tag to display a localized currency value: > <rich:inplaceInput ... selectOnEdit="true" editEvent="ondblclick"> > <f:convertNumber pattern="###,###,##0.00"/> > However, the following happens: > 1) A given float number (let's say 10000.0) is displayed correctly with > German localization, i.e. 10.000,00 > 2) When I double-click into the input field the displayed value of 10.000,00 > changes to 10000.0 > 3) I update 10000.0 to 20000.0 and leave the field by clicking e.g. somewhere > into the background > 4) The displayed number changes to 2.000.000,00 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ richfaces-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/richfaces-issues
