Bug #860
Mis à jour par Matthieu Decorde il y a environ 11 ans
The window is blocked when calling Index on a corpus (no focus, the toobar items are missplaced). To deblock, you need to resize the window
MD: confirmed with XUbuntu 14.04
h3. Solution
* test
* try updating SWT lib
* try updating Eclipse
The call to PropertiesSelector.propertiesLabel.update() in the PropertiesSelector.refresh() method during the Index editor initialization was interfering with the others SWT widgets layout. If this line is removed the PropertiesSelector is correctly refreshed and the UI is not broken.
MD: confirmed with XUbuntu 14.04
h3. Solution
* test
* try updating SWT lib
* try updating Eclipse
The call to PropertiesSelector.propertiesLabel.update() in the PropertiesSelector.refresh() method during the Index editor initialization was interfering with the others SWT widgets layout. If this line is removed the PropertiesSelector is correctly refreshed and the UI is not broken.