Defect #2311
closed
r2097 breaks issues layout
Added by Rodrigo Rosenfeld Rosas about 16 years ago.
Updated about 15 years ago.
Description
Since r2097 stylesheets/application.css change, the issues page is not rendered correctly when the content is too large. Before the patch, the content had scrollbars.
Updating stylesheets/applications.css to r2046 (last change before r2097), the problem is gone.
Removing "overflow: auto" from #content was the cause of the problem.
Here is the suggested patch.
Files
I don't really see how r2097 can affect this. Can you provide an example please?
By the way, is it the issue list or the issue detail view that is affected?
Jean-Philippe Lang wrote:
I don't really see how r2097 can affect this. Can you provide an example please?
By the way, is it the issue list or the issue detail view that is affected?
The affected part that I noted was the tickets list when the table has lots of columns (fields). I've tested both in Opera and Firefox. The suggested patch worked for me. I always use the svn last version on my production system, so I've noticed just after the r2097 commit. Applying the patch solved for me.
Please, take a look at the above link for information about the overflow property and how it is related to scrolling:
http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow
- Category changed from Issues to UI
- Status changed from New to Closed
- Priority changed from Urgent to Normal
- Resolution set to Fixed
Also available in: Atom
PDF