Bug 115146 - Combo has different behavior in Windows 2000 and in GTK 2.6
Summary: Combo has different behavior in Windows 2000 and in GTK 2.6
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords: consistency
Depends on:
Blocks:
 
Reported: 2005-11-04 15:36 EST by José Freire CLA
Modified: 2005-11-04 15:46 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José Freire CLA 2005-11-04 15:36:54 EST
A combo with the the property readOnly as READ_ONLY, and style as DROP_DOWN has
a different behavior in Windows 2000 and in GTK 2.6.

In Windows, if you click in the text area, the combo drops the list.
In GTK, if you click the text area, the cursor appears in the text area, and the
combo doesn't drop. You need to press the down arrow or click the side button
for the combo to drop.

IMHO the Windows way seems to be the correct way.
Comment 1 Steve Northover CLA 2005-11-04 15:46:00 EST
There is no correct way to drop down a combo box.  On each platform, the 
action that does this can be different.  This is part of the platform feel and 
we should not attempt to change it.