Bug 831624

Summary: Alt + F4 key at SLA selection window should terminate Registration process.
Product: Red Hat Enterprise Linux 7 Reporter: spandey
Component: subscription-managerAssignee: Alex Wood <awood>
Status: CLOSED NOTABUG QA Contact: Entitlement Bugs <entitlement-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 7.0CC: awood, bkearney, kbanerje, spandey
Target Milestone: beta   
Target Release: 7.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-17 18:30:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 863175    

Description spandey 2012-06-13 13:04:39 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
3/3

Prerequisites:
Rhel5.9 with following rpm.
subscription-manager-gui-1.0.3-1.git.30.db0f648.el5
subscription-manager-migration-1.0.3-1.git.30.db0f648.el5
subscription-manager-migration-data-1.11.1.1-1.git.2.c7fbafe.el5
subscription-manager-firstboot-1.0.3-1.git.30.db0f648.el5
subscription-manager-1.0.3-1.git.30.db0f648.el5

Steps to Repro : 
1) launch subscription-manager-gui.
2) Register client to candlepin using autosubscribe  option with 37060.pem and 88888.pem product cert.
3) At SlA selection Window , close window using alt + f4 key .

Expected Result : 
Alt + F4 key at SLA selection window should terminate Registration process

Actual Result : 
Registration process got successfully completed.

Comment 4 Alex Wood 2013-01-17 18:30:48 UTC
Enabling Alt+F4 can be done by setting the deletable property (under the General tab in Glade) for the dialog to true.  However, we don't actually want to do that because making the window deletable would allow users to close the window during the registration and auto-bind portions of the flow.  Closing the window during those portions would cause the registration or auto-bind to continue in the background and would confuse the user since the processes would complete despite the user believing he had canceled.