RCP: 0.7.7, always keep References column displayed in Concordances
Currently, it is impossible to keep reading concordance references while scrolling horizontally a concordance. The user has then to scroll horizontally left to be able to read references when needed, loosing the horizontal focus in the concordance.
The References column must always be displayed.
Solution
Concordance display should use two independant tables (see figure):
- t1 for the References column
- t2 for the rest of the Concordance columns
t1 and t2 vertical scroll should be synchronized by the sv vertical scrollbar.
t1 and t2 should have their own independant horizontal scrollbar, hs1 and hs2.
t1 t2
[References] [Left context|Pivot|Right context] ^
[ ] [ | | ] |
[ ] [ | | ] | vs
[ ] [ | | ] |
[ ] [ | | ] v
<----------> <-------------------------------->
hs1 hs2
(from redmine: issue id 1476, created on 2015/09/04 by Serge Heiden)