Bug 372326

Summary: CA Selection Module Does Not Close
Product: [openSUSE] openSUSE 11.0 Reporter: Martin Schmidkunz <mschmidkunz>
Component: YaST2Assignee: Michael Calmer <mc>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None    
Version: Alpha 3   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2log

Description Martin Schmidkunz 2008-03-19 12:17:38 UTC
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;
    }
Comment 1 Martin Schmidkunz 2008-03-19 12:18:57 UTC
Created attachment 202904 [details]
y2log
Comment 2 Martin Schmidkunz 2008-03-19 12:29:14 UTC
As the "Abort" button is disabled the only chance to close the module is to click on "Finish".
Please enable the "Abort" button. 
Comment 3 Michael Calmer 2008-03-30 16:55:58 UTC

*** This bug has been marked as a duplicate of bug 179781 ***