Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 397276

Summary: SFTP Import dialog broken
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: susan
Version: unspecified   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Screen shot none

Description John Arthorne CLA 2012-12-31 12:38:59 EST
I20121226-2230. Chrome 23.

The "Import from SFTP" dialog is broken. The text fields just float directly on the page below. See screen shot.
Comment 1 John Arthorne CLA 2012-12-31 12:39:16 EST
Created attachment 225114 [details]
Screen shot
Comment 2 Susan McCourt CLA 2012-12-31 12:45:54 EST
that looks like some missing dijit dialog styling to me, but I have not pulled that stuff out yet (at least not purposefully).

I have a converted (to non-dijit) SFTP dialog underway in my workspace so I'll fix this by replacing it first thing in the new year.
Comment 3 Susan McCourt CLA 2012-12-31 13:08:33 EST
a better theory is that there was an undeclared dependency in the dialog, and now that the rest of nav has gotten rid of dijit dependencies, this is showing up...
Comment 4 Susan McCourt CLA 2013-01-02 17:42:14 EST
Fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d28db16db4ae5d019f521e7bb20f253bb754b851

I tested that the data coming back from the dialog is as expected.  The error reporting is still really weak (things just timeout if you give the wrong info) but that is not a new problem (bug 392922).