Open GoogleCodeExporter opened 8 years ago
1.
vMainTable =
'<TABLE id=theTable cellSpacing=0 cellPadding=0 border=0><TBODY><TR>' +
to
'<DIV class=scroll style="width:1024px"><TABLE id=theTable cellSpacing=0
cellPadding=0 border=0><TBODY><TR>' +
2.
vMainTable += vRightTable + '</DIV></TD></TR></TBODY></TABLE></BODY></HTML>';
to
vMainTable += vRightTable +
'</DIV></DIV></TD></TR></TBODY></TABLE></BODY></HTML>';
can resovle this problem
Original comment by tobe...@gmail.com
on 29 Jul 2009 at 3:55
Confirmed. Thanks :)
Original comment by allen.e....@gmail.com
on 24 Feb 2010 at 5:23
I made the above suggested changes, but each time I resize the window, the
gannt
chart still disappears. If I refresh the page it comes back in the newly sized
window, but if I resize at all, the chart goes away. I am using IE7. Thanks!
-Matt
Original comment by MattMalt...@gmail.com
on 11 Mar 2010 at 12:27
Original issue reported on code.google.com by
xiajingf...@gmail.com
on 25 Dec 2008 at 12:35Attachments: