Bug #1170
RCP: 0.7.7, CA eigenvalues, the character sum "Ʃ" is not well displayed under Windows XP
Statut: | Closed | Début: | 09/12/2014 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Charts | Temps passé: | - | |
Version cible: | 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
Historique
#1 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#2 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
- Statut changé de New à Feedback
- % réalisé changé de 0 à 80
#3 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#4 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#5 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
Successfully tested under Win32 XP.
#6 Mis à jour par Matthieu Decorde il y a plus de 10 ans
- Description mis à jour (diff)
- % réalisé changé de 80 à 100
#7 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Statut changé de Feedback à Closed