Bug 372337

Summary: Suppor Query Module Does Not Close
Product: [openSUSE] openSUSE 11.0 Reporter: Martin Schmidkunz <mschmidkunz>
Component: YaST2Assignee: Peter Varkoly <varkoly>
Status: RESOLVED FIXED 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:36:24 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:37:45 UTC
Created attachment 202914 [details]
y2log
Comment 2 Peter Varkoly 2008-03-29 09:09:28 UTC
fixed for STABLE