Bug 88960 - UI: Scientific format: Add/Remove significant digits with buttons "Add or Delete Decimal Place"
Summary: UI: Scientific format: Add/Remove significant digits with buttons "Add or Del...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: Other All
: medium enhancement
Assignee: Laurent Balland
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 21:40 UTC by Laurent Balland
Modified: 2015-02-04 17:31 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Balland 2015-01-30 21:40:09 UTC
Description: "Add Decimal Place" or "Delete Decimal Place" buttons have no effect on scientific format.

Steps to reproduce:
1. Enter a scientific value, such as 1.234E-3
=> Default scientific format display it as "1.23E-003"
2. Click on button "Add Decimal Place" to show last significant digit

Actual behavior:
Nothing happens

Expected behavior:
Format should be modified to "1.234E-003"
Comment 1 A (Andy) 2015-01-30 23:05:56 UTC
Reproducible with LO 4.4.0.3, Win 8.1.
Comment 2 Laurent Balland 2015-02-04 17:31:53 UTC
FYI: Commit
https://gerrit.libreoffice.org/#/c/14264/
fixed this problem