Hi,
I am getting the IndexOutOfBoundsException when I try to resize the browser window. I have a layout that contains the following
a) Top level layout is VerticalLayout
b) This contains Menubar, another HorizontalLayout, then AbsoluteLayout and then another HorizontalLayout
c) There are multiple VerticalLayouts inside first HorizontalLayout.
In short, my application is a combination of multiple layouts and other components.
While debugging in CHROME, I noticed that when I continue to resize the browser window too short, at some point I see the following in VAADIN debug console
containerWidth should never be negative: -2
Also the following exception in CHROME console
[b]
function v5(a,b){throw ccc(new _bc,Xqc+a+Yqc+b)}
67B736AD37402D833B6ED2BB2939F8B9.cache.html:2345Uncaught java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[/b]
After this exception the screen gets stuck and nothing is refreshed when I change the browser window size.
Please give me some inputs about why this would be happening. Is it something wrong in my code OR is it a bug in VAADIN/GWT?
Even though I debugged in CHROME, but I am seeing the same issue on FireFox and Safari too.
thanks
dheeraj