Opened 11 years ago
Closed 10 years ago
#2435 closed bug (Fixed)
Edit Tracker dialog only relies on current selection to modify an entry
Reported by: | eeppeliteloop | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.13 |
Component: | GTK UI | Version: | master |
Keywords: | Cc: |
Description
When editing a single tracker (in the Edit Trackers dialog), the tracker to be modified is the current selection. However it is possible to modify this selection in background since the Edit Tracker dialog (with a single text entry) is not modal. Here are possible bugs:
- select an existing tracker
- click on Edit
- behind the Edit Tracker dialog, select another tracker entry
- click on OK in the Edit Tracker dialog
The current selected tracker is modified, not the original one.
More important bug:
- select an existing tracker
- click on Edit
- behind the Edit Tracker dialog, remove all tracker entries so there's no current selection
- click on OK in the Edit Tracker dialog
You get:
self.edit_tracker_entry.hide() TypeError: iter must be a GtkTreeIter
So either:
- remember the original tracker name and only modify it if it still exists in the list after pressing OK in Edit Tracker dialog; or
- make Edit Tracker modal (easier)
Change History (2)
comment:1 by , 10 years ago
Milestone: | Future → 1.3.x |
---|
comment:2 by , 10 years ago
Milestone: | 1.3.x → 1.3.13 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed: [d7e6afb01e]