Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix [Bugzilla] 143102: TVT3.2TCT615 DA Incorrect decimal point for Inset.

Summary: TVT3.2TCT615 DA Incorrect decimal point for Inset

Bugzilla Bug (s) Resolved: 143102

Description:
Use NumberFormat to format the decimal point.
1. It requires inputting the localerelated decimal format into the text field.
E.g in da_DA locale, enter X,X instead of X.X.
2. If the input string is X,0, the result value in the text field will be X (all zeros after the decimal point will be omitted).

Tests Description: Test Manually.

Files Edited:

/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/InsetsComposite.java

Files Added: None

 Files Deleted: None

 Notes to Build Team: None

Notes to Developers:  None

Notes to QA: Please input the locale-related decimal format in the text field. E.g in da_DA locale, enter XX,XX instead of XX.XX. Otherwise, you will get the wrong return value.

Notes to Documentation: None

Regards,

Nina Li

 


Back to the top