Bug #1486
RCP: 0.7.7, when reopening a Concordance node, the pagination is wrong, lines range is 1-101 instead of 1-100
Status: | Feedback | Start date: | 09/10/2015 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | UI / Editor | Spent time: | - | ||
Target version: | 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
History
#1 Updated by Serge Heiden over 5 years ago
- Description updated (diff)
#2 Updated by Sebastien Jacquot over 5 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 80
Fixed, the org.txm.rcpapplication.editors.concordances.ConcordancesEditor.sort() method used:
fillDisplayArea(topLine, nLinePerPage);
it now uses:
fillDisplayArea(topLine, nLinePerPage - 1);
#3 Updated by Matthieu Decorde over 5 years ago
- Target version changed from TXM 0.7.8 to TXM 0.8.0a (split/restructuration)
#4 Updated by Sebastien Jacquot over 2 years ago
- Target version changed from TXM 0.8.0a (split/restructuration) to TXM 0.8.0