Bug #860
Mis à jour par Matthieu Decorde il y a environ 11 ans
AL: The window is blocked when calling Index on a corpus (no focus, the toolbar toobar items are missplaced). To deblock, you need to resize the window. window
*Diagnose1:*
* Can we reproduce the bug ?
* Test: open the index editor MD: confirmed with different configurations:
** with XUbuntu 14.04: confirmed
** with Ubuntu 14.04: confirmed 14.04
*Hypothese:* h3. Solution
* check Index editor initialization test
* try updating SWT lib
* try updating Eclipse
*Solution:*
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.
This fix need
Need to be tested test with :
* Windows
* Windows, Mac
* and others Ubuntu if possible
*Diagnose1:*
* Can we reproduce the bug ?
* Test: open the index editor MD: confirmed with different configurations:
** with XUbuntu 14.04: confirmed
** with Ubuntu 14.04: confirmed 14.04
*Hypothese:* h3. Solution
* check Index editor initialization test
* try updating SWT lib
* try updating Eclipse
*Solution:*
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.
This fix need
Need to be tested test with :
* Windows
* Windows, Mac
* and others Ubuntu if possible