JazzyC / jsgantt

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

Gantt chart disappears while the size of browser window changes #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output?
The gantt chart should be displayed on the screen while the browser 
window's minimizeed , restored,or maximized.The issue occurs frequently 
esp. in IE7/8.

The attachment is the testing file.

Original issue reported on code.google.com by xiajingf...@gmail.com on 25 Dec 2008 at 12:35

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
Confirmed.  Thanks :)

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

GoogleCodeExporter commented 8 years ago
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