itk-vtk-viewer
itk-vtk-viewer copied to clipboard
Interface bugs on Safari (13.1)
I detected some interface bugs like the followings:
-
The menu is shifted after a click in an embedded view:
-
In fullscreen mode the interface does not fit the full screen:
-
After displaying the slices in 3d mode (key O) the slicer are not displayed correctly:
Is the viewer embedded in a Containing block as discussed in #223?
I don't think, just a basic embedded view, like given in the doc:
<center>
<div id="visuVol"
style="border: 2px solid gray;"
class="itk-vtk-viewer"
data-viewport="650x400"
data-background-color="ffffff"
data-url="..."
/>
<script type="text/javascript" src="itkVtkViewerCDN.js"></script>
</div>
</center>
If it is added, does it address the behavior?
If so, we should update the docs to include this and provide the links that describe why CSS requires this.
thanks @thewtex it fix first issue, but the second one and the third one are still presents (exclusively on Safari, on Chrome or Firefox that perfectly works). You can test it here
thanks @thewtex it fix first issue
Great, we will update the docs.
the second one and the third one are still presents
Good to know; the CSS can hopefully be improved to also work on Safari.