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
I am experiencing a problem using Annotorious with Angular. The handles are missing when an annotation is created or selected.
It should render like this:
but it renders like this:
The problem persists until the page reloads. It is hit or miss if it renders correctly or not.
When I inspected the DOM, I can see that circle element with class=""a9s-handle-buffer" and class="a9s-handle-dot" has attribute r="0".
Looking into the "app\node_modules@annotorious\annotorious\src\annotation\editors\Handle.svelte", I can see that r is set to the handleRadius. I am not familiar with Svelte, and I have not tried to debug it yet.
Does anyone have an idea about this. Is it a bug or am I setting it up wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am experiencing a problem using Annotorious with Angular. The handles are missing when an annotation is created or selected.


It should render like this:
but it renders like this:
The problem persists until the page reloads. It is hit or miss if it renders correctly or not.
When I inspected the DOM, I can see that circle element with class=""a9s-handle-buffer" and class="a9s-handle-dot" has attribute r="0".
Looking into the "app\node_modules@annotorious\annotorious\src\annotation\editors\Handle.svelte", I can see that r is set to the handleRadius. I am not familiar with Svelte, and I have not tried to debug it yet.
Does anyone have an idea about this. Is it a bug or am I setting it up wrong?
Beta Was this translation helpful? Give feedback.
All reactions