Defect #2449
closed
Custom query result does not create horizontal scrollbar (too wide)
Added by Michael Aye almost 16 years ago.
Updated over 11 years ago.
Description
My custom query has many more columns that I need for a collaborator.
Therefore the result is much wider than the default layout.
But instead of creating a horizontal scrollbar, the table is printed on top of the right frame. (See attached window-snapshot).
Did I mess up my css stylesheets when I changed the colors, or is this a defect? I did not play with the layout other than colors, at least I didn't intend to.
System:
Redmine SVN 0.8.0-stable (updated after final release)
ruby 1.8.6
Rails 2.1.2
on openSuse 10.3 (X86-64)
Files
Michael Aye wrote:
...But instead of creating a horizontal scrollbar, the table is printed on top of the right frame...
...
Did I mess up my css stylesheets when I changed the colors, or is this a defect?
Nope, you didn't... This is a "defect" indeed...
Adding overflow: auto;
to the #content
-selector in source:trunk/public/stylesheets/application.css@2245#L58 solves the issue imo.
I'll attach a simple patch against current trunk to add it to the core's application.css
to simultaneously solve the issue for the other core-themes (alternate & classic).
Thanks for reporting.
Tried it here by just adding that "overflow:auto" where your patch indicates it.
Works fine, thanks!
This patch has not made it yet into any official release, right? Our admin made a fresh install of 0.8.5 and the 'defect' is still there.
- Status changed from New to Resolved
I believe this issue is resolved. I just tried it on a recent Redmine install to create a over-wide query and it automatically creates a y-scrollbar.
Close this issue. It's fixed.
- Status changed from Resolved to Closed
Closed this Issue as this issue appears on a fairly outdated Redmine version with much older browsers.
If this appears in the new Redmine versions, just reopen or create a new issue.
Also available in: Atom
PDF