Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x3dom examples issue list #697

Open
15 of 23 tasks
andreasplesch opened this issue Dec 27, 2016 · 11 comments
Open
15 of 23 tasks

x3dom examples issue list #697

andreasplesch opened this issue Dec 27, 2016 · 11 comments

Comments

@andreasplesch
Copy link
Contributor

andreasplesch commented Dec 27, 2016

I am looking through the x3dom examples page (https://www.x3dom.org/examples/) on FF 50.1.0 and note several issues:

general issues:

  • the view source button does not work for any example
  • the view source link on the tutorials does not work for any tutorial
  • the live preview is blank

https issues:

  • Siena Cathedral siena.html needs https
  • Volume Rendering 1: volrenOpacityTestTF_aorta.xhtml needs https
  • Volume Rendering 2: volrenMPR_aorta.xhtml
  • All Physics examples
  • SplinePositionInterpolator: SplinePositionInterpolator.xhtml
  • advanced UI events: x3dom_uiEvents.html
  • binary compression: x3dom_buddhaBG.html
  • https://examples.x3dom.org/example/x3dom_coordInterpolator.xhtml

example specific issues:

@tsturm
Copy link
Member

tsturm commented Dec 27, 2016

Hi Andreas, thanks for your work and this really helpful issue list!
We will try to fix the single issues as soon as possible.

@andreasplesch
Copy link
Contributor Author

glad to help !

@bhaettasch
Copy link
Member

bhaettasch commented Jan 2, 2017

I fixed the HTTPS issues for all examples mentioned (already checked in your issue list).

Additionally, I replaced all URLs of the example portal with the ones using HTTPs -- that fixes the live previews.

@andreasplesch
Copy link
Contributor Author

Super !

@bhaettasch
Copy link
Member

Concerning the view-source buttons: This is a general problem -- not only on our pages. At first I thought of browser policies disabling this function because the page now uses HTTPS, but it turns out: FF and Chrome disabled this function for security reasons permanently (see [0] and [1]). So I removed the buttons from the example portal and will remove the ones from the tutorials during the next days.

[0] https://bugzilla.mozilla.org/show_bug.cgi?id=1172165
[1] http://stackoverflow.com/questions/39755819/view-source-in-href-shows-error-in-console

@andreasplesch
Copy link
Contributor Author

Oh well, it was nice to have but removing the buttons makes sense now.

@andreasplesch
Copy link
Contributor Author

added x3dom/component-editor#8 to the list above.

@fredschlp
Copy link

I'd like to add the 'Oculus Rift 2 + WebVR Classroom Example' to the issue list. While there seems to be the same HTTPS problem as in the other examples, there is also a problem with the webvr api?:
"Argument 1 of WebGLRenderingContext.deleteFramebuffer does not implement interface WebGLFramebuffer." The example page remains in the loading loop - no display neither in the browser window nor on the Oculus.
Actual testing environment is the "54.0a1 (2017-02-08) (64-bit)" Firefox Nightly with the "WebVR Plus 0.7.0" extension and the Oculus Rift (CV1). Other WebVR examples are working fine in browser and on Oculus as e.g. https://webvr.info/samples/04-simple-mirroring.html.

@andreasplesch
Copy link
Contributor Author

added gltf example to list

@andreasplesch
Copy link
Contributor Author

added https coordinateinterpolator (css still http)

@andreasplesch
Copy link
Contributor Author

added https://examples.x3dom.org/example/x3dom_uiEvents.html: replace calcPagePos() with calcClientPos() since calcPagePos was removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants