Bug #2734
Corpora view is not well refreshed when deselecting the persistence "Keep" command on results that have hidden parent
Statut: | Rejected | Début: | 22/01/2020 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | UI | Temps passé: | - | |
Version cible: | TXM 0.8.1 |
Description
Corpora view is not well refreshed when deselecting the persistence "Keep" command on results that have hidden parent.
Steps to reproduce¶
- create Specificities on a partition
- => new "word" node appears, in "bold + italic"
- select "Keep"
- => node font changes to "bold"
- unselect "Keep"
- => node font stays to "bold" until the view is refreshed (with F5 or some other UI actions)
Notes¶
- after some tests, org.txm.rcp.views.corpora.CorporaView.refreshObject(TXMResult), is not called so the problem is not is this method
Historique
#1 Mis à jour par Sebastien Jacquot il y a plus de 5 ans
- Statut changé de New à Rejected
- % réalisé changé de 0 à 100
This issue is a side effect of a bug introduced to fix: #2686 that leads to infinite loop when setting persistable state to false.