Mailinglist Archive: opensuse-bugs (9507 mails)
| < Previous | Next > |
[Bug 372328] New: CASA Module Does Not Close
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 19 Mar 2008 06:20:04 -0600 (MDT)
- Message-id: <bug-372328-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=372328
Summary: CASA Module Does Not Close
Product: openSUSE 11.0
Version: Alpha 3
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: mschmidkunz@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---
When clicking on close ("x"-Symbol) in the window decoration the module is not
closed.
As Benji mentioned in a similar bug:
I expect it's using Wizard::UserInput which maps `cancel to `back. The close
button emits `cancel
global any UserInput() {
any input = UI::UserInput();
if ( input == `accept ) return `next;
if ( input == `cancel ) return `back;
return input;
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: CASA Module Does Not Close
Product: openSUSE 11.0
Version: Alpha 3
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: mschmidkunz@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---
When clicking on close ("x"-Symbol) in the window decoration the module is not
closed.
As Benji mentioned in a similar bug:
I expect it's using Wizard::UserInput which maps `cancel to `back. The close
button emits `cancel
global any UserInput() {
any input = UI::UserInput();
if ( input == `accept ) return `next;
if ( input == `cancel ) return `back;
return input;
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |