Actions
Defect #7891
closedScroll Bar in gantt
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gantt
Target version:
-
Start date:
2011-03-16
Due date:
% Done:
0%
Estimated time:
Resolution:
No feedback
Affected version:
Description
I think the vetical bar don't work properly.
Updated by Etienne Massip about 14 years ago
????
Please write a full description !
Updated by Luis Serrano Aranda about 14 years ago
In the gantt vertical bar appears but is not required (only a task). If a move the bar a move the gantt bars but not the subjects.
Updated by Luis Serrano Aranda about 14 years ago
I think the solution is in the file /redmine/app/views/gantts/show.html.erb (line 91):
Before
<div style="position:relative;height:<%= t_height + 24 >px;overflow:auto;">
After
<div style="position:relative;height:<= t_height + 24 %>px;overflow-x:auto;;overflow-y:hidden">
Updated by Jean-Philippe Lang about 14 years ago
Please read SubmittingBugs and give your browser version.
Updated by Go MAEDA about 5 years ago
- Status changed from New to Closed
- Resolution set to No feedback
Actions