Page 1 of 1

Tooltip is not visble on mouse over of annotation

Posted: Thu Sep 28, 2023 5:21 pm
by chintan.shah
Hello,

We have created a annotation with tool-tip and placed it on the document.

When we move our mouse out of the document area and come into the document area again and move our mouse over to the annotation, tool-tip get visible. But when we move our mouse within document area and move mouse over to annotation, it doesn't show the tool-tip.

Please see below snap, showing document area with Red highlighted box.
Image


FYI: we are referring below demo URL:
https://demos.vintasoft.com/AspNetCoreD ... iewerDemo/

Could you please provide solution for this.

Thanks
Chintan Shah

Re: Tooltip is not visble on mouse over of annotation

Posted: Mon Oct 02, 2023 9:16 am
by Alex
Hello Chintan,

The annotation visual tool displays the annotation tooltip if "mouseover" event occurs for annotation.
The annotation visual tool hides the annotation tooltip if "mouseout" event occurs for annotation or mouse cursor moves over tooltip.
This is "standard" bahaviour for tooltip in Windows.

Do you need custom behaviour of tooltip? If yes, please send me more info about your task.

Best regards, Alexander

Re: Tooltip is not visble on mouse over of annotation

Posted: Tue Oct 03, 2023 7:41 am
by chintan.shah
Hi Alex,

Tool-tip is only visible on mouse over of annotation if mouse come out from document area and come again to annotation (mouse over), please review below snapshot, here, please notice document area, a red thick border. This behavior only happens in Mozilla Firefox (I am using version 117.0.1 (64-bit)), In Chrome browser it is working perfect. (Seems browser compatibility issue).

Image


Let me know if you require any more detail.

Thanks
Chintan Shah

Re: Tooltip is not visble on mouse over of annotation

Posted: Tue Oct 03, 2023 3:29 pm
by Alex
Hi Chintan,

Thank you for information. We reproduced the problem (problem present in Firefox only) and now we need some time to analyze the problem. I will contact you shortly.

Best regards, Alexander

Re: Tooltip is not visble on mouse over of annotation

Posted: Wed Nov 29, 2023 3:45 pm
by Alex
Hi Chintan,

Sorry for delay.

We analyzed problem and here are results:
  • Problem occurs because Firefox shows tooltip for each object only once.
  • We have not find adecvate solution that allow to show tooltip for object the second time in Firefox.
  • If you still need solution for this problem, please use WebAnnotationVisualToolJS.hoveredAnnotationChanged event (available from version 12.3) to monitor change of hovered annotation and change tooltip in viewer using your custom code.
Best regards, Alexander