Open GoogleCodeExporter opened 9 years ago
How often do these bugs get reviewed - I have had no feedback on this forum or
the
relevant group. Can someone set my expectations please?
Original comment by douglas....@gmail.com
on 29 Nov 2009 at 5:35
I've seen something similar with the annotated time line. Documented in
http://code.google.com/p/google-web-toolkit/issues/detail?id=4290&can=4
My problem has to do with the container being visible or not when actually
drawing
the visualization. If the contains is not visible, then it gets an exception
regarding a container width of zero.
Original comment by smulle...@gmail.com
on 30 Nov 2009 at 9:33
Thanks smullen27. Sounds potentially related. I will have a look to see if
this is
indeed the case.
Original comment by douglas....@gmail.com
on 14 Dec 2009 at 2:49
Original comment by zundel@google.com
on 24 Feb 2010 at 1:24
I have just encountered this problem.
Try this work around:
DeferredCommand.addCommand(new Command(){
@Override
public void execute() {
myPanel.setWidget(theChart);
}
});
Original comment by chenlong...@gmail.com
on 28 Mar 2010 at 8:17
Suck a dick
Original comment by justus3...@gmail.com
on 10 Jan 2014 at 8:57
Original comment by justus3...@gmail.com
on 10 Jan 2014 at 9:10
Attachments:
Original issue reported on code.google.com by
douglas....@gmail.com
on 19 Nov 2009 at 9:55