Ticket #40 (assigned irritant)

Opened 9 months ago

Last modified 7 months ago

Summary Grid - Too many headers and cannot see any data

Reported by: egouge Assigned to: egouge (accepted)
Priority: trivial Milestone: Sprint 2
Component: GUI Version:
Keywords: Cc:
Estimate:

Description

If you drag too many header columns or rows then it is possible to fill up the grid so you see no data. Since these are fixed, scrolling doesn't help.

This is because the grid is make from a single table and the header columns/rows are fixed. To fix this either need multiple tables (one for column headers, one for row headers, and one for data) or not to fix the column/row headers (or only fix the first x headers).

It may be difficult to ensure spacing is correct with multiple tables.

Change History

01/16/08 10:52:40 changed by egouge

  • owner changed from somebody to egouge.
  • status changed from new to assigned.

01/28/08 11:16:57 changed by egouge

  • type changed from bug to irritant.