Bug 294408 - [Preferences] ComboFieldEditor have no border under linux
Summary: [Preferences] ComboFieldEditor have no border under linux
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5.1   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 18:34 EST by B. Eschrich CLA
Modified: 2019-09-06 16:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description B. Eschrich CLA 2009-11-05 18:34:02 EST
ComboFieldEditor implements Combo  as internal sub control. Under Linux and Gnome is no border around the combobox. In Method : private Combo getComboBoxControl(Composite parent) 
 ..
new Combo(parent, SWT.READ_ONLY);
..
missing SWT.BORDER flag.

Inconsistent look and feel. Also Combo fills the screen with selection list if a big data list exist. The combobox MUST pull down a selection list with n item but by default - i think - ten items. Crazy usabilitiy. It is recommended to test more under Unix systems as under Windows
 
-- Configuration Details --
Product: Eclipse 1.2.1.20090812-1036 (org.eclipse.epp.package.reporting.product)
Installed Features:
 org.eclipse.platform 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Comment 1 Eclipse Webmaster CLA 2019-09-06 16:14:43 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.