Community
Participate
Working Groups
F2 1) File>New>Project>Simple>Project>Next The Project name field does not have focus.
Is it also a problem if you add Simple Project to the new item shortcuts and use that? If not, this sounds like a dup of bug 16780.
Moving to SWT as this does not occur on Windows.
Does not happen when the Project is added to the new item shortcut.
There seems to be quite a swirl going on around this problem, but from reading the backtrace it looks like this is 16254. Assigning to SN.
Since bug 16254 has been marked as wontfix, it looks like this is our bug. Steve, could you make a recommendation for how we should handle this specific case, and reassign to UI when done?
I talked to Tod about this and gave him a suggestion. Did it fail?
We haven't tried it yet. But it seems like it's our problem.
*** This bug has been marked as a duplicate of 15576 ***
Ignore that. This is not a dup of 15576.
The reliance of focus to be set before the page isVisible will not work on all platforms. We should be setting it in setVisible for the page.
All places that need this change: addResourceType(String, String) - org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage createControl(Composite) - org.eclipse.ui.dialogs.WizardNewProjectCreationPage createControl(Composite) - org.eclipse.ui.dialogs.WizardNewFileCreationPage initializePage() - org.eclipse.ui.dialogs.WizardNewFolderCreationPage createControl(Composite) - org.eclipse.ui.internal.dialogs.WizardNewProjectNameAndLocationPage createControl(Composite) - org.eclipse.ui.wizards.datatransfer.WizardExternalProjectImportPage createRootDirectoryGroup(Composite) - org.eclipse.ui.wizards.datatransfer.WizardFileSystemResourceImportPage1
addResourceType(String, String) - org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage did not require this change.
Fixed for build >20020607 and verified by Randy Giffen
Verified by RG