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