| Summary: | FORMATTING: Spurious decimal point in user defined numeric format | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | kiaora-paora |
| Component: | Calc | Assignee: | Laurent Balland <jumbo4444> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | h3734236, ilmari.lauhakangas, jumbo4444 |
| Priority: | medium | ||
| Version: | Inherited From OOo | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:5.2.0 target:5.1.4 target:5.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
kiaora-paora
2016-02-13 11:58:10 UTC
If I try ''#.##" m"'' I get for 2: ''.2 m'' If I try #.##" m" I get for 2: .2 m I guess it is wrong enough. Setting to NEW. Win 7 Pro 64-bit, Version: 5.1.0.3 (x64) Build ID: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737 CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; Locale: fi-FI (fi_FI) (In reply to Buovjaga from comment #1) > If I try ''#.##" m"'' > > I get for 2: > ''.2 m'' > > If I try #.##" m" > > I get for 2: > .2 m > > I guess it is wrong enough. Setting to NEW. > > Win 7 Pro 64-bit, Version: 5.1.0.3 (x64) > Build ID: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737 > CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; > Locale: fi-FI (fi_FI) Careful, you have to use English (or at least a language using dot as decimal separator) as Format Number Language to apply examples of Forester. Or you have to replace dot by your decimal separator (should be comma). Your results indicate that dot is considered as a no-meaning character. And remove '' in your format (Forester gave them to separate format from his text). Thanks. Now I used English format. Input is 2 ''#.##" m"'' results in ''2. m'' #.##" m" results in 2. m Win 7 Pro 64-bit, Version: 5.1.2.2 (x64) Build ID: d3bf12ecb743fc0d20e0be0c58ca359301eb705f CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; Locale: fi-FI (fi_FI) Laurent Balland-Poirier committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=48435bfddf38de2b31df50e70438ef7946a0c3cb tdf#97835 No decimal separtor for empty decimal It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Laurent Balland-Poirier committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=700a6c6360c1c83433545d472511c48ac355a1d2&h=libreoffice-5-1 tdf#97835 No decimal separtor for empty decimal It will be available in 5.1.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Laurent Balland-Poirier committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=93874236610dd50a46b6db229e022ae364af582a tdf#97835 tdf#61996 tdf#95339 Add qa unit test It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |