There is problem in HTMLPane with images.
SmartGWT 3.1, Mozilla FF or Chrome or IE9:
HTMLPane works fine when i do not have any img's inside. I put content to HTMLPane not as a website, but it is a still HTML content.
When i got <img> tags and some image src defined especially on the end of content, after HTMLPane loads it the <img> is not visible or it is partially visible, because you can not scroll down the HTMLPane. So basically it looks like HTMLPane loads correctly but it does not recalculate the height after imgs are loaded.
----
Everything is working fine after the imgs are cached in browser. Then it works fine and HTMLPane height calculations are ok.
SmartGWT 3.1, Mozilla FF or Chrome or IE9:
HTMLPane works fine when i do not have any img's inside. I put content to HTMLPane not as a website, but it is a still HTML content.
When i got <img> tags and some image src defined especially on the end of content, after HTMLPane loads it the <img> is not visible or it is partially visible, because you can not scroll down the HTMLPane. So basically it looks like HTMLPane loads correctly but it does not recalculate the height after imgs are loaded.
----
Everything is working fine after the imgs are cached in browser. Then it works fine and HTMLPane height calculations are ok.
Comment