Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

Interface bugs on Safari (13.1) #274

Open kerautret opened 4 years ago

kerautret commented 4 years ago

I detected some interface bugs like the followings:

thewtex commented 4 years ago

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

kerautret commented 4 years ago

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>
thewtex commented 4 years ago

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.

kerautret commented 4 years ago

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

thewtex commented 4 years ago

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.