Anomalie #1966
List index out of range si on clique sur "def" pour une multi
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Start date:
08/16/2011
Due date:
% Done:
100%
Distribution:
EOLE 2.3
Description
L'erreur est la suivante
Traceback (most recent call last):
File "/usr/share/creole/gen_config.py", line 1289, in _set_def_value
self._callback_focus_in_edit(saisie, None, var, True)
File "/usr/share/creole/gen_config.py", line 925, in _callback_focus_in_edit
val = text[cpt]
IndexError: list index out of range
Related issues
Associated revisions
data/gen_config.py : le bouton def sur un multi ne test pas le bon objet, de plus la liste est mal initialisé (fixes #1966)
History
#1 Updated by Emmanuel GARETTE almost 12 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit bf6af4726831d579aaba827f1aa0e0cb99e8b43d.
#2 Updated by Joël Cuissinat over 11 years ago
- Status changed from Résolu to Fermé
- Distribution set to EOLE 2.3
Plus de traceback mais je constate que la correction n'est que partielle => #2185 ;)