Bug 49140 - GTK fires additional events than Windows when selecting a Combo item
Summary: GTK fires additional events than Windows when selecting a Combo item
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords: consistency
Depends on:
Blocks:
 
Reported: 2003-12-18 15:53 EST by xiang he CLA
Modified: 2008-06-12 13:59 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 xiang he CLA 2003-12-18 15:53:34 EST
When running org.eclipse.swt.examples in package controlexample, I selected 4
kind of event listeners for Combo widget: Selection, defaultSelection, FocusIn,
FocusOut. Then I click the combo and select a different item. The event console
shows 4 events in the following order:

FocusIn, FocusOut, Selection, FocusIn

Repeat the same steps on WondowsXP, 2 events are fired: FocusIn, Selection.
Comment 1 Grant Gayed CLA 2004-01-06 14:59:22 EST
FH to investigate.
Comment 2 Felipe Heidrich CLA 2004-07-05 16:56:42 EDT
In GTK version > 2.0.6 we send focus event when the text widget (component of 
the combo) loses focus to the list widget (component of the combo as well).
Comment 3 Felipe Heidrich CLA 2008-06-12 13:59:19 EDT
Still happens in the old combo box (version < 2.2)
In Gtk 2.4 this works the same as windows. closing as won't fix.