Project

General

Profile

Actions

Defect #2449

closed

Custom query result does not create horizontal scrollbar (too wide)

Added by Michael Aye over 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2009-01-06
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

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

Redmine_snapshot.tiff (282 KB) Redmine_snapshot.tiff Michael Aye, 2009-01-06 16:19
content-overflow_auto-correction-r2245.diff (884 Bytes) content-overflow_auto-correction-r2245.diff Patch against r2245 Mischa The Evil, 2009-01-06 21:49

Related issues

Has duplicate Redmine - Defect #4074: Small browser windows / issue list.Closed2009-10-21

Actions
Has duplicate Redmine - Defect #4030: Issues table can override custom queriesClosed2009-10-14

Actions
Actions #1

Updated by Mischa The Evil over 15 years ago

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.

Actions #2

Updated by Michael Aye over 15 years ago

Tried it here by just adding that "overflow:auto" where your patch indicates it.
Works fine, thanks!

Actions #3

Updated by Michael Aye over 14 years ago

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.

Actions #4

Updated by Michael Aye over 11 years ago

  • 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.

Actions #5

Updated by Filou Centrinov about 11 years ago

Close this issue. It's fixed.

Actions #6

Updated by Daniel Felix about 11 years ago

  • 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.

Actions

Also available in: Atom PDF