-
tooltip issue
HI
I have an issue with correct sizing of tooltips
I have added a new tooltip to the Html widget. The content of tooltip is a img html tag and the image is taken from image server <img href="path to server" />
when I hover over the element the tooltip will appear but it is reduced but when I do it again after reloading or redirecting the tooltip is OK it appears completely rendered and the size is fine
do you have any ideas what is wrong with it
best regards Lukas
-
I'd guess that sizing is not working with the html embedded img - tooltip is a ContentPanel and probably needs sizing hints before rendering ??
-
OK it can be worth of trying
how can I do that????
I will appreciate any help