vaadin table and embedded images

Hi,

I’m currently experiencing issues with using an Embedded within a Table, via ColumnGenerator. It seems that occasionally, the image will not be rendered, resulting in a blank cell (firefox) or the red x (ie). So, for example, if the table contains 10 rows, and all 10 rows display the same image, row
n
will for some reason not render it…

Has anyone encountered this kind of thing before?

The image is coming from a ClassResource, if that makes any difference.

Can’t embed any of my current source, but I could mock something up if necessary.