Hello,
I found what seems to be a bug in the html generated for a flashlet. Basically in smartgwt 6.0 when using a flashlet the height setting of the inner most div is missing which causes the flashlet to only show half of its content. If I manually add widht: 100%; height: 100% then the flash component shows correctly. Attached is an image showing the inner most div that is missing the height parameter.
Thanks
I found what seems to be a bug in the html generated for a flashlet. Basically in smartgwt 6.0 when using a flashlet the height setting of the inner most div is missing which causes the flashlet to only show half of its content. If I manually add widht: 100%; height: 100% then the flash component shows correctly. Attached is an image showing the inner most div that is missing the height parameter.
Thanks
Comment