OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

Long To Do with many tran types hard to read because doesn't scroll #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a large number of transaction templates, say at least 15.
2. Queue up at least one transaction for each type to a given user's To Do.
3. View the To Do list.

What is the expected output? What do you see instead?
The entire To Do list is shown as a series to Tables, one for each Transaction 
Template version that has a transaction queued up for the party. Because there 
is no scroll bar on the To Do list (only for each individual Table listing), 
the screen gets so compressed you cannot even see the individual rows that 
represent the transactions.

The To Do list should probably have a scroll bar to list all of the different 
Tables rather than trying to show them all on a single page.

Original issue reported on code.google.com by yoz...@gmail.com on 9 Apr 2013 at 4:42

GoogleCodeExporter commented 9 years ago
Changed so that each transaction Table lists all rows, but in a layout that 
includes scrollbars so the table size doesn't change as the window is resized.

Fixed in version 13.4.13.

Original comment by yoz...@gmail.com on 9 Apr 2013 at 10:04