Opened 6 years ago

Closed 6 years ago

#2115 closed defect (fixed)

Problems with formatting in the "Test with file"

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.12.3
Component: web Version:
Keywords: Cc:

Description

If a file with a very large number of columns is used in the "Test with file" the result after using the "Parse" button may be hidden a long way down on the result pane.

The reason is that the result pane has a limit of 99 columns. If there are more they will be put as one long string into the last column causing lots of line breaks.

The end result is that one has to scroll down a long way to see any information at all.

Change History (1)

comment:1 by Nicklas Nordborg, 6 years ago

Resolution: fixed
Status: newclosed

(In [7481]) Fixes #2115: Problems with formatting in the "Test with file"

Fixed mainly by applying some CSS rules. Also fixed so that no more than 99 columns are outputted, but the real number is displayed in the "Columns" column. Skipped rows are no longer displayed as "errors" but in a more neutral color.

Note: See TracTickets for help on using tickets.