xuanngo2001 / jsgantt

Automatically exported from code.google.com/p/jsgantt
0 stars 0 forks source link

Text & chart rows are misaligned #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
JSGantt Version:  1.2
Browser: Safari 4
OS: OSX 10.6

What steps will reproduce the problem?
1.  Create gantt with multiple rows
2.
3.

What is the expected output? What do you see instead?
- Rows on left & right charts should be aligned.  As more rows are added, the 
left and right 
charts become further misaligned.  Need to have the rows better aligned.

Please provide any additional information below.

Original issue reported on code.google.com by ksmith80...@gmail.com on 20 Oct 2009 at 11:12

Attachments:

GoogleCodeExporter commented 8 years ago
I see this issue in Chrome, but not IE.

Original comment by goofyg...@gmail.com on 12 Nov 2009 at 10:40

GoogleCodeExporter commented 8 years ago
I get it in Safari 4.x Mac & Firefox 3.6 Mac.

Original comment by ksmith80...@gmail.com on 12 Nov 2009 at 11:09

GoogleCodeExporter commented 8 years ago
This may be related to a CSS style you have in effect.  Basically if you have
overridden DIV positioning by saying something like:

div { position:relative !important; }

then you are overriding the positioning of the bars for the Gantt chart, and 
you'll
see that as more rows get added, the bar portion of the chart gets much taller 
than
the task/text portion of the chart.

Original comment by allen.e....@gmail.com on 24 Feb 2010 at 5:30