Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#143 closed defect (released)

GTK "Army has been modified" dialog doesn't have correct buttons

Reported by: ibboard Owned by:
Priority: minor Milestone: WarFoundry 0.1
Component: WarFoundry-GUI-GTK# Version: Unknown or N/A
Keywords: close army save cancel dialog papercut Cc:
Blocked By: Blocking: #86

Description

If users try to close a modified army in the GTK UI then they will be presented with a "The army has been modified" dialog asking if they want to save or lose the changes. This dialog has no buttons and won't close, so there is no way to get past it (either to save or to cancel the changes).

Change History (8)

comment:1 Changed 10 years ago by ibboard

(In r225) Re #143: GTK "Army has been modified" dialog has no buttons

  • Button types can't be bitwise ORed so just use YesNo for now (Yes, No, Cancel dialog would be better)

Also:

  • Make sure that we dispose of the dialog

comment:2 Changed 10 years ago by ibboard

Summary: GTK "Army has been modified" dialog has no buttonsGTK "Army has been modified" dialog doesn't have correct buttons

comment:3 Changed 10 years ago by ibboard

Blocking: 86 added

comment:4 Changed 10 years ago by ibboard

Status: newconfirmed

Move tickets to new "confirmed" status to show that they've been checked

comment:5 Changed 10 years ago by ibboard

Priority: majorminor

Reduce some tickets to "Minor" so that we've not just got lots all at "Major"

comment:6 Changed 10 years ago by ibboard

Keywords: papercut added
released: no
Version: Unknown or N/A

comment:7 Changed 9 years ago by ibboard

Resolution: fixed
Status: confirmedclosed

(In r646) Fixes #143: GTK "Army has been modified" dialog has no buttons

  • Use "AddButton" method to add a button that returns "Cancel" response

comment:8 Changed 9 years ago by ibboard

Resolution: fixedreleased

Released in WF GTK v0.1 beta 1

Note: See TracTickets for help on using tickets.