Bug 12535 - We should provide a Cancel button when installing
Summary: We should provide a Cancel button when installing
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 critical (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
: 15911 (view as bug list)
Depends on:
Blocks: 11680
  Show dependency tree
 
Reported: 2002-04-01 09:27 EST by Christophe Elek CLA
Modified: 2002-05-16 21:36 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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