> Today I found out that if in the left part (First Group) there is no > space (e.g. only a number), then the Tab position is correct, but a soon > as you introduce a space before the Tab then the whole line is > "justified", that means spread over the whole line, including the Tab. > Is this a desired behavior for some situtions? I assume it is a bug. If > so I will file the bug report.
My guess is that the space gets expanded because the adjustment algorithm does not consider the "apparent width" of the tab. /Peter