-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
5.12.0
-
None
-
None
Steps to Reproduce
Run keikai with library property
<library-property> <name>io.keikai.spreadsheet.showZeroValues</name> <value>false</value> </library-property>
type value in sheet 1 (any cell): 0.3
switch to sheet 2
switch to sheet 1
Current Result
values that if converted to integer round to zero are hidden by the showZeroValues set to false
Expected Result
only cells with values strictly equal to zero should be hidden
Debug Information
Cause by ((Number) value).intValue() == 0 check
rounds the value before comparing to zero
Workaround
attached class
deploy to io.keikai.ui.SpreadsheetCtrlImpl to override default
- relates to
-
KEIKAI-302 Show zero values as blank cell
- Closed