RCP: x.x, Index, "Cancel" and "Close" buttons don't cancel the properties to display
The “Close” button of the dialog don’t cancel the properties to display
Solution
- call cancelPressed instead of okPressed when shell focus is lost
- new shortcut :call okPressed when an element is double-clicked
Validation test
-
Compute an index on VOEUX
-
Open the properties selection dialog
-
select frpos + frlemma
-
Close by
- clicking on "Cancel" -> the selection is canceled & the dialog is closed
- OR clicking outside -> the selection is validated & the dialog is closed
- OR clicking on "OK"-> the selection is validated & the dialog is closed