Notes get truncated in Route list

Issue #1 resolved
Colin Kirsopp repo owner created an issue

Route list is very slow to populate and 'Notes' get truncated most of the time. Just now and again they paginate correctly.

Comments (2)

  1. Colin Kirsopp reporter

    The issue was with line-breaking in the notes column. Normally lines of text break on white-space (spaces, tabs, new-lines, etc.). If the notes have long sections of text without any white-space, the text can't be broken and the cell is extended to fit the text - taking it off the edge of the screen. Since all cells in a column must be the same length, all cells in the notes column are extended off the screen (even those which would otherwise have fit).

    I've put a fix in place to force breaks even when there isn't any white-space. This fix will be included in the next release.

  2. Log in to comment