Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix [Bugzilla]143106: TVT3.2TCT635 DA Incorrect decimal point for Start/End Value in the Markers dialog

Summary: TVT3.2TCT635 DA Incorrect decimal point for Start/End Value in the Markers dialog

Bugzilla Bug (s) Resolved: 143106

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/TextEditorComposite.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisMarkersSheet.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