|
Bugzilla – Full Text Bug Listing |
| Summary: | CA Selection Module Does Not Close | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Martin Schmidkunz <mschmidkunz> |
| Component: | YaST2 | Assignee: | 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 | ||
Created attachment 202904 [details]
y2log
As the "Abort" button is disabled the only chance to close the module is to click on "Finish". Please enable the "Abort" button. *** This bug has been marked as a duplicate of bug 179781 *** |
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; }