Bug #1486
RCP: 0.7.7, when reopening a Concordance node, the pagination is wrong, lines range is 1-101 instead of 1-100
Statut: | Closed | Début: | 10/09/2015 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | UI / Editor | Temps passé: | - | |
Version cible: | TXM 0.8.0 |
Description
When reopening a Concordance node, the pagination is wrong, lines range is 1-101 instead of 1-100 leading to a shift when clicking on next page then previous page
Historique
#1 Mis à jour par Serge Heiden il y a environ 10 ans
- Description mis à jour (diff)
#2 Mis à jour par Sebastien Jacquot il y a environ 10 ans
- Statut changé de New à Feedback
- % réalisé changé de 0 à 80
Fixed, the org.txm.rcpapplication.editors.concordances.ConcordancesEditor.sort() method used:
fillDisplayArea(topLine, nLinePerPage);
it now uses:
fillDisplayArea(topLine, nLinePerPage - 1);
#3 Mis à jour par Matthieu Decorde il y a environ 10 ans
- Version cible changé de TXM 0.7.8 à TXM 0.8.0a (split/restructuration)
#4 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Version cible changé de TXM 0.8.0a (split/restructuration) à TXM 0.8.0
#5 Mis à jour par Matthieu Decorde il y a plus de 4 ans
- Statut changé de Feedback à Closed
- % réalisé changé de 80 à 100