Using SmartGWT 2.5 or 3.0, gwt-highcharts 1.1.1, jQuery 1.6.2, and Highcharts 2.1.7 in any browser (most frequently tested in IE9 though).
In certain situations, if you minimize/maximize the browser window (sometimes going from min-to-max works better than max-to-min) after the window first loads (so basically hit refresh then minimize/maximize), the chart won't resize. Every subsequent resize will allow the chart to resize properly though.
Using the sample code I provide below, I was able to notice the chart resizing to the proper size and then snapping back to its original size. I don't know if that helps much, but it was kind of interesting to see.
This is also exclusive to the charts. Standard SmartGWT components don't exhibit this behavior.
Anyway, here's the sample code. It's a little convoluted but it closely represents the siutation that made us first encounter the problem. Anyway, let me know if there is anything we can do to fix/work around the problem.
Using SmartGWT 2.5 or 3.0, gwt-highcharts 1.1.1, jQuery 1.6.2, and Highcharts 2.1.7 in any browser (most frequently tested in IE9 though).
In certain situations, if you minimize/maximize the browser window (sometimes going from min-to-max works better than max-to-min) after the window first loads (so basically hit refresh then minimize/maximize), the chart won't resize. Every subsequent resize will allow the chart to resize properly though.
Using the sample code I provide below, I was able to notice the chart resizing to the proper size and then snapping back to its original size. I don't know if that helps much, but it was kind of interesting to see.
This is also exclusive to the charts. Standard SmartGWT components don't exhibit this behavior.
Anyway, here's the sample code. It's a little convoluted but it closely represents the siutation that made us first encounter the problem. Anyway, let me know if there is anything we can do to fix/work around the problem.
Last edit: Craig 2012-01-25