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@forge.provo.novell.com ReportedBy: mschmidkunz@novell.com QAContact: jsrain@novell.com 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.