Hi,
I'm using HtmlViewer in one of my modules. But when i mouse over the header or header buttons, it's hiding the tooltip.
Please find below snap shot.
Can you help me.
Thanks,
PSR
This behaviour is expected.
The xamHtmlViewer uses html iframe that is placed on top of the silverlight plug-in. The iframe overlaps any silverlight content (even SL popups, like the tooltip).
Regards
Thank you for replying.
Is there any solution for this?
You can set a margin on the xamHtmlViewer. This way the tooltip won't appear under the iframe. However, this will be a solution only for this particular case.
No, there is no way to show Silverlight element above the iframe that the htmlViewer uses to display the html content.
Is there any solution other than seeting the margin?
Setting the margin will not solve it completely because it’ll break in case of pop ups.