[en] TS002188747 — Defective numeric input via PayeeWeb in Presenter when browser language is set to French
[en] Fixed: Resolved an issue where, when adding a decimal value to an editable column with the web browser language set to French, commas cannot be used a decimal separator, and using a period instead causes the value to change to a whole number.
[en] Reproduction Steps
[en] 1. Open a web browser and set the language to French.
[en] 2. Log in to the admin client.
[en] 3. From Composer, add a custom table with a numeric column.
[en] 4. Select the table > View Data and add some rows with data to the table.
[en] 5. From Composer, add a Presenter Report.
[en] 6. Select the report > Edit.
[en] 7. Select the layout and set the dimensions to 1 row and 2 columns.
[en] 8. Add a source and use the table created in step 3 as the data source.
[en] 9. Drag the data source into the layout.
[en] 10. Select the numeric row and under Column > Formatting Options, check "Toggle Editable".
[en] 11. From Displays, go to Controls and drag a Submit Button into the layout.
[en] 12. Save the report.
[en] 13. From Portal Access, add a web tab for the Presenter Report.
[en] 14. Go to Assignment and set the report access for the user group you will use to log in to Payee Web.
[en] 15. Log in to Payee Web.
[en] 16. Go to the Presenter Report. Notice the values use commas as the decimal separator.
[en] 17. Edit a value to a decimal using a comma the decimal separator. Click Submit.
[en] The result is an error occurs because the comma not recognized as a decimal separator and the data is not submitted.
[en] 18. Edit another value to a decimal using a period as the decimal separator. Click Submit.
[en] The result is the data is submitted but the value is written as a whole number and any value after the period is lost.