Bug 277160 - Significant delay between pressing finish and seeing the P2 installer wizard UI
Summary: Significant delay between pressing finish and seeing the P2 installer wizard UI
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.2   Edit
Assignee: David Green CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 277267
Blocks: 272621
  Show dependency tree
 
Reported: 2009-05-20 11:52 EDT by David Green CLA
Modified: 2009-05-22 00:34 EDT (History)
0 users

See Also:


Attachments
mylyn/context/zip (7.33 KB, application/octet-stream)
2009-05-21 00:21 EDT, David Green CLA
no flags Details
mylyn/context/zip (14.18 KB, application/octet-stream)
2009-05-22 00:34 EDT, David Green CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Green CLA 2009-05-20 11:52:57 EDT
After pressing finish on the connector discovery wizard there can be significant delay before the P2 installer wizard appears, giving the initial impression that the finish button may have done nothing.  This can be confusing for the user and therefore should be fixed.
Comment 1 David Green CLA 2009-05-21 00:21:06 EDT
There appears to be no way to avoid this delay.  @InstallAction@ when run returns almost immediately, launching a background job to do some computations and network access before the P2 wizard is shown.
Comment 2 David Green CLA 2009-05-21 00:21:10 EDT
Created attachment 136604 [details]
mylyn/context/zip
Comment 3 David Green CLA 2009-05-21 00:29:10 EDT
I didn't mean to resolve this one
Comment 4 David Green CLA 2009-05-21 13:29:31 EDT
workaround: pop up a dialog that says 'Initializing Install UI' 'Please wait while the installer UI initializes' that self-dismisses after 3 seconds.
Comment 5 David Green CLA 2009-05-22 00:34:20 EDT
InstallAction is no longer used.  Instead the plan operation is run inside the wizard.
Comment 6 David Green CLA 2009-05-22 00:34:40 EDT
Created attachment 136755 [details]
mylyn/context/zip