You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the annotations are visible in the right panel, but they are not displayed on the video itself.
Clicking on one of the annotations in the right panel triggers the error message: addRange(): The given range isn't in document.
Expected Behavior
Annotations should be displayed on the video itself, and clicking on annotations should not trigger any errors.
Actual Behavior
Annotations are not displayed on the video, and clicking on annotations triggers the error message: addRange(): The given range isn't in document.
Additional Information
I also experimented with the code snippet provided in the PDFTron documentation, which sets the document's XFDF retriever as shown below:
The text was updated successfully, but these errors were encountered:
nilu2039
changed the title
Issue with Annotations not Displaying on Video in PDFTron WebViewer
Issue with Annotations not Displaying on Video
Mar 2, 2024
Description
I'm encountering an issue while using the PDFTron WebViewer in conjunction with video annotations.
Steps to Reproduce
Note that the annotations are visible in the right panel, but they are not displayed on the video itself.
Clicking on one of the annotations in the right panel triggers the error message:
addRange(): The given range isn't in document.
Expected Behavior
Annotations should be displayed on the video itself, and clicking on annotations should not trigger any errors.
Actual Behavior
Annotations are not displayed on the video, and clicking on annotations triggers the error message:
addRange(): The given range isn't in document.
Additional Information
I also experimented with the code snippet provided in the PDFTron documentation, which sets the document's XFDF retriever as shown below:
However, this approach did not yield the desired results either.
And the default implement is also not working(this does not even show the annotation in right panel)
Environment
Demo video
Screen.Recording.2024-03-02.at.6.23.17.PM.mov
The text was updated successfully, but these errors were encountered: