rhajamor / opal

Automatically exported from code.google.com/p/opal
2 stars 0 forks source link

DualList select/deselect methods should not trigger selection change event #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. programatically call select(), deselect(), selectAll(), deselectAll()

What is the expected output? What do you see instead?
The selection change event should not be fired. This is the default behaviour 
for all SWT widgets that I know of, aka. programatically calling methods does 
not fire events. I think this behaviour confuses people used to classic SWT 
widgets. User-triggered selections/deselections should still trigger events of 
course.

What version of the product are you using? On what operating system?
0.9.9e.

Please provide any additional information below.
This is not a blocker for me, as I forked the class (DualList) and added 
alternative versions (selectNoFire, deselectNoFire, etc.)

Regards

Original issue reported on code.google.com by chani...@gmail.com on 20 Jun 2014 at 10:08

GoogleCodeExporter commented 9 years ago
Fixed in V1.0.0
I've added a *DoNotFireEvent methods to all select and deselect methods

Original comment by laurent....@gmail.com on 16 Jul 2014 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 16 Jul 2014 at 8:18