Atalasoft / web-document-viewer-demo

Atalasoft DotImage Web Document Viewer demo application
http://atalasoft-viewer-demo.azurewebsites.net/
10 stars 15 forks source link

annotationtextchanged event not working #19

Open zainulabidin1 opened 5 years ago

zainulabidin1 commented 5 years ago

Hi,

annotationtextchanged event explained in (https://atalasoft.github.io/web-document-viewer/Atalasoft.Controls.WebDocumentViewer-AnnotationController.html#event:annotationtextchanged) is not working. I am not able to trigger this event on text change. Can you please check. This is how i am binding this event.

_viewer.bind("annotationtextchanged", function (event) { alert('text change'); });

guest512 commented 5 years ago

Hi @zainulabidin1,

Could you add more details about the environment where you tried to launch your application? What browser and what OS do you use? At the moment we aware that this event doesn't work in IE browser on Windows Server 2019.

Thanks, Denis.

zainulabidin1 commented 5 years ago

Hi Denis,

This is the environment where i am trying to run application.

OS: Windows 10 Enterprise Browser: Google Chrome - Version 71.0.3578.98 (Official Build) (64-bit) IDE: Visual Studio 2015 Community

Thanks, Zain