Bug 88960

Summary: UI: Scientific format: Add/Remove significant digits with buttons "Add or Delete Decimal Place"
Product: LibreOffice Reporter: Laurent Balland <jumbo4444>
Component: CalcAssignee: Laurent Balland <jumbo4444>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: medium    
Version: Inherited From OOo   
Hardware: Other   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=88999
Whiteboard:
Crash report or crash signature: Regression By:

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