Copy link to clipboard
Copied
Hello,
I am encountering an issue with the Annotations API. When adding a message to the document with the subtype "note," the ANNOTATION_ADDED event is not being triggered. It does work as expected for other subtypes such as "strikeout," "highlight," "underline," and "shape.". This was working fine a few days ago.
This issue can be tested with the Angular demo (/annotationAPIs/UIConfigurations).
Here, you can observe two events (related to drawing and highlighting marks), but none for note-type marks:
Thanks!
@Raymond Camden we need an answer on this, how is one of the most important annotations of adobe pdf viewer still broken with no response?
It's both add comment via toolbar and "right click" > "add comment"
Copy link to clipboard
Copied
Any solution !!!!!!!!!!!!!!!!!
Copy link to clipboard
Copied
Is there any solution to revert to the previous release ?
Copy link to clipboard
Copied
This is definitively a major bug of Adobe Embed API 3.10.0_3.2.1
Please advise.
Copy link to clipboard
Copied
@Raymond Camden please can you provide any input
Copy link to clipboard
Copied
Any update on this? Still not working
Copy link to clipboard
Copied
Still broken!!
Copy link to clipboard
Copied
@Raymond Camden we need an answer on this, how is one of the most important annotations of adobe pdf viewer still broken with no response?
It's both add comment via toolbar and "right click" > "add comment"
Copy link to clipboard
Copied
I am unable to reproduce this. To be clear, what do you mean by 'note'? Garret below mentioned right click/add comment, and when I do, I get an event fired.
Copy link to clipboard
Copied
Sending you video over email
Copy link to clipboard
Copied
I built this codepen.io which only logs the event.
https://codepen.io/cfjedimaster/pen/oNmPqBw?editors=1011
When I right click add comment, I get an event fired.
Note that I've seen Embed take 1-2 seconds to 'register' the event so be sure to give it a sec.
Copy link to clipboard
Copied
Hey Raymond, can you try with comments panel collapsed? It's waiting for a body value, but it never gets one, thats the reason it works in the codepen
Copy link to clipboard
Copied
When I load the PDF initially, the comments panel is closed. I right click, add comment, it opens automatically and I type. Are you adding comments in a way that doesn't open the panel so you can type?
Copy link to clipboard
Copied
var annotationManagerConfig = {
showToolbar: false,
showCommentsPanel: false,
showToolsOnTextSelection: false,
downloadWithAnnotations: false,
};
Pass these settings into annotation manager config
Copy link to clipboard
Copied
If you have the comments panel collapsed, there is no way for the annotation to get its bodyValue, and it never fires the event
Copy link to clipboard
Copied
After updating the CodePen, I'm able to reproduce this. Will file the bug.
Copy link to clipboard
Copied
It's also an issue for the "Text Comment" in the toolbar, I just have disabled the toolbar.
Thanks very much for taking a look @Raymond Camden
Copy link to clipboard
Copied
@Raymond Camden any update on when this bug will be prioritized and deployed to production?
Copy link to clipboard
Copied
Nope.
Copy link to clipboard
Copied
@Raymond Camden Hi!, any update?
Copy link to clipboard
Copied
Folks, nothing has changed in this regard. I wish I could say more, but no.
Copy link to clipboard
Copied
@Raymond Camden any good news in the new year regarding this incredibly vital bug?
Something as simple as "right click > add comment" not functioning at all, destroys the whole UX
Copy link to clipboard
Copied
I do not have an update.
Copy link to clipboard
Copied
Is there any workaround where we can prevent right clicking inside of the iframe?
Copy link to clipboard
Copied