Community
Participate
Working Groups
Steps to reproduce: 1. Create a new project in workspace. 2. Delete this project without deleting its contents from disk. 3. Go to File > Import > Existing Projects into Workspace. 4. Click "Browse..." to select root directory. 5. Select directory where the project was saved. => The list with projects is updated but it's not clickable and nothing is selected. 6. Uncheck "Copy projects into workspace" option. 7. Click on the radio button with "Select root directory" label. => The list with projects is refreshed and some projects are now magically selected. It works fine in 4.3.2.
Puzzling that it worked in 4.3.2 as the WizardProjectsImportPage wasn't refreshing the projects list when the "Copy projects" button was toggled. Fix committed as: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=3a3b6e0e3dc59714f0f2f4b7ecd74b21f83cd132
Created attachment 243797 [details] Screenshot of the Import Projects dialogs that shows the problem. (In reply to Brian de Alwis from comment #1) > Puzzling that it worked in 4.3.2 In my environment I can reproduce the problem in both 4.3.2 and 4.4 M6. In 4.4 I20140528-2000 it looks better, but the behaviour is still not consistent, as described in the following scenario: 1. Create a new project in workspace. 2. Delete this project without deleting its contents from disk. 3. Go to File > Import > Existing Projects into Workspace. 4. Check "Copy projects into workspace" option. 5. Click "Browse..." to select root directory. 6. Select directory where the project was saved. => The list with projects is updated but it's not clickable and nothing is selected. 7. Uncheck "Copy projects into workspace" option. => The list of projects becomes active. 8. Check the project to import. => The checkbox indicates the "partially selected" mode (see screenshot). 9. Click on the radio button with "Select root directory" label. => Now the checkbox indicates the "fully selected" mode (see screenshot).
.