yugalatea / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Violating the explicitly defined size in DataTable does not throw an exception #258

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release: GWT 1.0.1

Detailed description:
When creating a DataTable you have to explicitly set a size.  Adding data
beyond the size of the DataTable will not throw an exception and the chart
will still render in hosted mode, however when it is compiled it will throw
an exception and be swallowed by javascript not allowing the chart to
render.  The DataTable object should throw an exception if the explicitly
defined size is violated.

Workaround if you have one:

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by hiwoon.k...@gmail.com on 29 Apr 2009 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 29 Apr 2009 at 2:56