itk-vtk-viewer icon indicating copy to clipboard operation
itk-vtk-viewer copied to clipboard

Interface bugs on Safari (13.1)

Open kerautret opened this issue 4 years ago • 5 comments

I detected some interface bugs like the followings:

  • The menu is shifted after a click in an embedded view: Capture d’écran 2020-04-30 à 23 04 21

  • In fullscreen mode the interface does not fit the full screen: Capture d’écran 2020-04-30 à 23 04 33

  • After displaying the slices in 3d mode (key O) the slicer are not displayed correctly: Capture d’écran 2020-04-30 à 23 20 15

kerautret avatar Apr 30 '20 21:04 kerautret

Is the viewer embedded in a Containing block as discussed in #223?

thewtex avatar May 01 '20 21:05 thewtex

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>

kerautret avatar May 01 '20 21:05 kerautret

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.

thewtex avatar May 01 '20 22:05 thewtex

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

kerautret avatar May 02 '20 07:05 kerautret

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.

thewtex avatar May 05 '20 15:05 thewtex