Bug 4910 - EC: Combo.select() fires a selected event on Linux only
Summary: EC: Combo.select() fires a selected event on Linux only
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 5056 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-11 16:04 EDT by Grant Gayed CLA
Modified: 2001-10-18 09:24 EDT (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 Grant Gayed CLA 2001-10-11 16:04:31 EDT
Under Windows, if my program calls Combo.select(0), and the prior
selected index was 3, it changes the selection to 0 but no event is
fired.  Under Linux the same code triggers a SelectionEvent.  (In the
case where the selection isn't changing, neither case throws as event,
which is great).
Comment 1 Grant Gayed CLA 2001-10-12 15:10:46 EDT
Changed the Motif behaviour to match that of Windows.
Comment 2 Grant Gayed CLA 2001-10-18 09:24:52 EDT
*** Bug 5056 has been marked as a duplicate of this bug. ***