RCP: 0.7.5, Ubuntu 14.04, Screen refresh problem on Index
AL: The window is blocked when calling Index on a corpus (no focus, the toolbar items are missplaced). To deblock, you need to resize the window.
Diagnostic 1:
- Can we reproduce the bug ?
- Test: open the index editor with different configurations:
- Result:
- with XUbuntu 14.04: confirmed
- with Ubuntu 14.04: confirmed
Hypothesis 1:
- check Index editor initialization
- try updating SWT lib
- try updating Eclipse
Resolution:
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 to be tested with :
- Windows: MD ok
- Mac: MD ok
- others Ubuntu if possible:
- Kubuntu 32bit: MD ok
- Lubuntu 32bit: MD&BP ok
(from redmine: issue id 860, created on 2014/06/13 by Alexey Lavrentev)