Bug 374364

Summary: Module Product Creator -- "Abort" did not work
Product: [openSUSE] openSUSE 11.1 Reporter: Siegfried Olschner <siegfried.olschner>
Component: YaST2Assignee: Jiří Suchomel <jsuchome>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: jsuchome
Version: Alpha 0   
Target Milestone: Alpha 0   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: example code with selector widgets

Description Siegfried Olschner 2008-03-27 12:09:40 UTC
I just played around with the module.
I'm sure my option changes had no meaning to the module, but...

I found myself at the dialog "Software Selection" and it's not possible to get an "Abort".

Click onto "Abort" button shows
-> Downloading message box
-> Reading Data from... message box

Click onto "X" in the window title bar 
-> short back to previous dialog, then next to the "Software Selection" dialog
-> message boxes
Comment 1 Jiří Suchomel 2008-06-17 07:24:45 UTC
This is strange. When the package selector is closed with the window close button, it returns `cancel just like when closed with Close button. But UI behaves differently, probably in the first case it tries to close everything without a possibility to continue with the original dialog.

Stefan, check attached example code, go to details and end it with Cancel/window [x] button. Could I somehow achieve that both these events are handled the same way (which is, the package selector would be closed but the pattern selector remains)?
Comment 2 Jiří Suchomel 2008-06-17 07:25:44 UTC
Created attachment 222410 [details]
example code with selector widgets
Comment 3 Stefan Hundhammer 2008-06-17 13:21:22 UTC
WM_CLOSE returns an ID `cancel.

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