Ticket #5153 (closed: fixed)
Autocomplete from script interpreter repeats letters
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
To reproduce:
- Open up MantidPlot & the script command interpreter (F4);
- start typing from nu, the autocomplete box will appear after the u is entered
- now type m.
- the autocomplete box disappears but you are left with two m characters!
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Fix autocompletion character repetition in interpreter. Refs #5153
If the list was active then the event was processed twice by the base class.
Changeset: c56d7ee67351d44957fb0fad1249504a8906f380
comment:3 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 8 years ago by Martyn Gigg
Fix autocompletion character repetition in interpreter. Refs #5153
If the list was active then the event was processed twice by the base class.
Changeset: c56d7ee67351d44957fb0fad1249504a8906f380
comment:5 Changed 8 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
Note: See
TracTickets for help on using
tickets.