| Summary: | SuSE Linux: selecting the only item or same item in combo does not trigger widgetSelected() | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | angelr |
| Component: | SWT | Assignee: | Bogdan Gheorghe <gheorghe> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ericwill, gheorghe, pinnamur, raji |
| Version: | 3.2.2 | Keywords: | triaged |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
This is probably a duplicate of bug 224837 SLED 10 is no longer a supported environment, please re-open this ticket if the issue persists on GTK3.22 and a 4.8 I-build. |
Build ID: M20070212-1330 Steps To Reproduce: 1. This happens on SLED 10 Linux with Eclipse 3.2.2. create a combo with only one item and add a selection listener like below: myCombo.addSelectionListener( new SelectionAdapter(){ public void widgetSelected(SelectionEvent e) { //DO something } }); 2. Selecting the only item in the combo and widgetSelected() is not triggered. 3. If the combo has more than 1 items, selecting the same (previously selected) item will not trigger widgetSelected() too. More information: