Defect #676
Issues list overflows into sidebar menu
| Status: | Closed | Start date: | 2008-02-16 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: |
Description
When all of the Default columns displayed are displayed on the issue list the table will overflow into the sidebar causing an overlap of text making it difficult to read the data in the trailing columns.
Note: I was able to resolve this issue by wrapping the issues table found in app/views/issues/_list.rhtml with <div style="overflow:auto;"> which causes the overflow to produce a scrollbar. Tested in firefox 2.0.0 and IE 7.0 OK
Related issues
Associated revisions
History
#1 Updated by Jean-Philippe Lang about 4 years ago
Adding <div style="overflow:auto;"> will make the horizontal scrollbar visible with Firefox even if it's not needed.
#2 Updated by Jean-Philippe Lang about 4 years ago
- Status changed from New to Closed
Applied in changeset r1314.