eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
84 stars 98 forks source link

Show selection of Mutichoice widget displays empty shell when entries are selected through "select All" option #485

Closed kpvinutha closed 2 years ago

kpvinutha commented 2 years ago

We are using org.eclipse.nebula.widgets.opal.multichoice.MultiChoice widget and We are using "Select All" functionality to select all or deselect all the checkboxes.With "Select All" ,getSelection() method return empty listn. But ,If I select individual entries one by one ,then getSelection() method is returning list of selected entries. please refer the attached image in which I selected entries with "select All" option and clicked on "show selection". It displays empty shell without any selected entries. could you please provide a solution to get selected entries even if we select via select all option. ShowSelection

wimjongman commented 2 years ago

Thanks for reporting. Are you able to supply a patch?

https://github.com/eclipse/nebula

lcaron commented 2 years ago

Hi @kpvinutha

Thank you for reporting. This bug is fixed, please check the snapshot : https://download.eclipse.org/nebula/snapshot

If it is ok for you, I'll create a minor release (V2.7.2) next week (15th or 16th of August)

Please keep me informed.

kpvinutha commented 2 years ago

Hello @lcaron , Verified the snapshot. It perfectly suits our requirement. Please go ahead with the release. Thank you for the quick fix.

lcaron commented 2 years ago

Fixed in Nebula 2.7.2

lcaron commented 2 years ago

Nebula 2.7.2 is now available