Bug 12535

Summary: We should provide a Cancel button when installing
Product: [Eclipse Project] Platform Reporter: Christophe Elek <celek>
Component: Update (deprecated - use Eclipse>Equinox>p2)Assignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1 CC: klicnik
Version: 2.0Keywords: usability
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on:    
Bug Blocks: 11680    

Description Christophe Elek CLA 2002-04-01 09:27:40 EST
There is no Cancel button when we install
Comment 1 Vlad Klicnik CLA 2002-04-10 09:48:31 EDT
The cancellation would need to be detected by the install code and result in 
featureContentConsumer.abort() being called
Comment 2 Dejan Glozic CLA 2002-04-16 09:36:56 EDT
Moving to core for comment: what is the API that is suitable to call to abort 
during new feature install?
Comment 3 Christophe Elek CLA 2002-04-16 21:16:52 EDT
Moved to P1
Comment 4 Christophe Elek CLA 2002-04-17 10:45:10 EDT
Should we use IProgressMonitor.isCanceled() instead
Comment 5 Dejan Glozic CLA 2002-04-17 10:46:36 EDT
We should, but what to call when cancelled?
Comment 6 Christophe Elek CLA 2002-04-17 11:00:57 EDT
During teh install Core will periodicaly chec for isCancelled() and if the 
progress monitor is cancelled, Core will abort install
Comment 7 Dejan Glozic CLA 2002-04-17 11:31:12 EDT
Great, I don't need to do anything :-)
Comment 8 Christophe Elek CLA 2002-04-18 13:52:20 EDT
Button Cancel does not seem to be enable in the wizard
re-assign to UI team for confirmation
Comment 9 Dejan Glozic CLA 2002-05-13 20:47:05 EDT
*** Bug 15911 has been marked as a duplicate of this bug. ***
Comment 10 Dejan Glozic CLA 2002-05-16 21:36:53 EDT
Working now