Since 2.27 I have a weird behaviour when I try to open a tooltip that should be shown on click. This is a sample:
<span id="tooltip-here">
<span style="background-color: gray">Text 1</span>
gap
<span style="background-color: gray">Text 2</span>
</span>
<TelerikTooltip TargetSelector="#tooltip-here" ShowOn="TooltipShowEvent.Click" />
In 2.26 the tooltip was shown when I clicked in any element inside the outer span. Check file 226.gif.
Now, in 2.27 it is being shown just when I click on the "gap". Check file 227.gif.
Thanks!
Hi Oscar,
Thank you for noticing and reporting this. I have logged it for fixing and you will find your Telerik points updated as a small "thank you.
In the meantime I can suggest using ShowOn="TooltipShowEvent.Hover" as a workaround.
Regards,
Marin Bratanov
Progress Telerik