Im using Lazy Query Container in my application and it works like a charm. I’ve alot of tables with components etc. However sometimes when Im scrolling the table the components graphic is broken. Do you have any idea what can cause such a problem ?
I’ve attached a screenshot. There are 3 rows. The row in the middle is broken. Check this out. If you click on the broken component then nothing happens (it doesn’t respond to user interaction).
Haven’t heard of anything like this earlier, and it is hard to help without being there reading the code and debugging the application. Try placeing debug breakpoints in clever places which could catch the creation of that row, and see what is different compared to the other rows.
It’s hard to debug this code because it happens sometimes and it would be time consuming to debug it. I thought that someone has experienced such a problem already and could share with vaadin community.