Bug #1170
RCP: 0.7.7, CA eigenvalues, the character sum "Ʃ" is not well displayed under Windows XP
Status: | Closed | Start date: | 12/09/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% |
|
Category: | Charts | Spent time: | - | |
Target version: | TXM 0.7.7 |
Description
This bug seems to occur only under Window XP. The character is hard coded in org.txm.rcpapplication.editors.input.CorrespondanceAnalysisEditorInput.initCASingularValuesTableEditor().new AbstractTablable() {...}.getColumnTitles() for the Eigenvalues table editor and in org.txm.tbx.chartsengine.jfreechart.themes.highcharts.defaulttheme.renderers.CASingularValuesItemSelectionRenderer.initToolTipGenerator(...).new CategoryToolTipGenerator() {...}.generateToolTip(CategoryDataset, int, int) for the tool tips of the Eigenvalues bar chart.
Solution¶
- TBX/tool tips: move the Ʃ character to /org.txm.toolbox/src/java/org/txm/tbx/chartsengine/base/messages/messages.properties file (ChartsEngine_CA_SINGULAR_VALUES_TOOLTIP_SUM=\u2211)
- RCP/table editor header: move the Ʃ character to /org.txm.rcp/src/main/java/org/txm/rcpapplication/messages.properties (CorrespondanceAnalysisEditorInput_11=\u2211)
Validation¶
- create a CA
- check the the tool tip of the Eigenvalues bar chart
- check the header title of the Eigenvalues table editor
MD : OK
History
#1 Updated by Sebastien Jacquot about 8 years ago
- Description updated (diff)
#2 Updated by Sebastien Jacquot about 8 years ago
- Description updated (diff)
- Status changed from New to Feedback
- % Done changed from 0 to 80
#3 Updated by Sebastien Jacquot about 8 years ago
- Description updated (diff)
#4 Updated by Sebastien Jacquot about 8 years ago
- Description updated (diff)
#5 Updated by Sebastien Jacquot almost 8 years ago
Successfully tested under Win32 XP.
#6 Updated by Matthieu Decorde almost 8 years ago
- Description updated (diff)
- % Done changed from 80 to 100
#7 Updated by Sebastien Jacquot almost 8 years ago
- Status changed from Feedback to Closed