Defect #676

Issues list overflows into sidebar menu

Added by Alan Cline 239 days ago. Updated 194 days ago.

Status:Closed Start:2008-02-16
Priority:Low Due date:
Assigned to:- % 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

duplicated by Defect #748 The column headers overlap Closed 2008-02-28

Associated revisions

Revision 1314
Added by jplang 194 days ago

Add overflow:auto to the content div (closes #676, #748, #961).

History

2008-03-27 00:29 - Jean-Philippe Lang

Adding <div style="overflow:auto;"> will make the horizontal scrollbar visible with Firefox even if it's not needed.

2008-03-31 23:19 - Jean-Philippe Lang

  • Status changed from New to Closed

Applied in changeset r1314.

Also available in: Atom PDF