Jean Jordaan wrote: > > I'm working with a pretty big table at the moment, and I'm noticing > that navigating it is suprising. When I press the down-arrow in a some > cells, the cursor goes to a cell one row down and two or three columns > to the left. When I keep pressing down, the cursor goes to the cell > below the original one (i.e. where it should have gone originally). > This pattern repeats as I keep pressing down. In some columns, this > doesn't happen (i.e. the cursor goes down normally). > > Will the new version of XXE work in the same way?
Yes. XXE has no concept of text lines. When you press down-arrow, it tries to ``visually'' recognize (using heuristics) what is the ``line'' which follows the position of the caret and sometimes, not that often, it gets it wrong.

