[ftp][usability] The "change FTP Parser" control is hidden on Win7 in the New Connection Wizard
Bugzilla Link | 408090 |
Status | NEW |
Importance | P3 normal |
Reported | May 15, 2013 04:18 EDT |
Modified | May 15, 2013 05:14 EDT |
Version | 3.4.2 |
Reporter | Martin Oberhuber |
Description
Created attachment 230998
Screenshot of wizard without ftp parser control
Build ID: RSE master (14-May-2013) on Eclipse SDK Kepler M7
In the New Connection Wizard for FTP connections, the settings page should allow changing the FTP Parser and "passive" mode. But on Windows 7, the dropdown control of the "parser" box is hidden by default so the control is unusable (see attached screenshot).
Workaround: Make the dialog wider, by dragging the right edge to the right. Now the combo control becomes visible and the parser can be specified.
Suggested fix: Not sure - seems to be an SWT alignment problem, might be related to font sizes. As a workaround, it may be possible to either
(a) set the longest parser string in the combo by default before performing
the SWT layout and pack; then switch back to "AUTO". Or,
(b) try setting a fixed width of the table column.

rseftp.gif