Closed create3000 closed 7 years ago
https://andreasplesch.github.io/cobweb_dom/tests/cobweb_multiview.xhtml
still works. Perhaps the cycle script somehow interferes?
I could reproduce here: https://rawgit.com/andreasplesch/cobweb_dom/a4d632cfe0681360924828f16a12ecab9ea3737a/tests/cycle.xhtml I think it has to do how cycle is loaded before cobweb_dom which has to wait for cobweb.
X3D.getBrowser(element) does not return a browser in cycle.xhtml but it does on multiview.xhtml
Somehow the X3D callback is called before browsers were created.
https://rawgit.com/andreasplesch/cobweb_dom/d7a659e0b4b5a8be3f79e0a35c72280c2f6c2f60/tests/cycle.xhtml has the cycle2 script disabled and it works here.
It's with jQuery!
Works fine.
yeah, somehow the cycle2 plugin interfered. It may have to do with require(?). I see you switched to slick and figured out the styling. Looks good.
Have tested the master version of cobwe_dom with the example from http://www.create3000.de/titania/download/ which uses multple X3DCanvas elements within the dom, but it does not work.
I get the following error on line 27:
TypeError: this.browser is undefined cobweb_dom.js:21:27