-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hello,
We are working on an implementation of the dicom-microscopy-viewer, and found a bug that we cannot resolve on our end.
Wehn we have a slide that is taller than its width, if a measurement tag is moved over the edge of the SM it will show on the other side of the slide, did a picture with the Slim as I believe it will be easier to reproduce (couldn't get the server to load the images properly to the viewer).
This has been tested with versions from 0.48.0 to 0.48.9.
We noticed that the coordinates jump when we move over the SM from the background to the proper SM. If you put your mouse at the left of the screen and move slowly to the right, the X coordinate might jump from 34 -> 9 when the mouse enters the SM itself, then go up to 34, and then jump again back to the lowest value like 34 -> 9. I am guessing this is part of the implementation of OpenLayers onto the viewer, but not sure of why it does that, an explanation if posible would be welcome.
Thank you for your time!