dextercool / jsgantt

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

Text & chart rows are misaligned #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Text and Chart Rows should be aligned properly.

The alignment problem is coming in IE version 8 not in mozilla.How to
resolve this alignment problem,i tried with giving same height to both
chart rows and text,still this misalignment problem is coming.

Original issue reported on code.google.com by peterbas...@gmail.com on 2 Jan 2010 at 10:58

GoogleCodeExporter commented 9 years ago
As a workaround try the compability mode in IE8. 

Original comment by wath...@gmail.com on 5 Jan 2010 at 7:31

GoogleCodeExporter commented 9 years ago
As I posted on your other thread, 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:31