I have been using three.js to put a 3D model on the web but it seems that the loaders provided in the library are not working in chrome. They work perfectly in Firefox though. I checked that I have the latest version of chrome and even checked that webgl is enabled in chrome.
Can somebody tell me what could be wrong here? Any help would be appreciated!
https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally
Make sure that you run Chrome with --allow-file-access-from-files flag.
Hope this solves your problem.
Related
I've been trying to export a primefaces 5.0 line chart. When i try it on Mozilla firefox, nothing is happening, but when i try it on Google Chrome the browser crashes. But when i tried it on an older version of Google Chrome it works perfectly.
Anybody knows why?
Thanks
Edit:
After several tests, I have discovered that the chart legend was causing the crash of the browser, still stuck though. Hope someone could explain why.
I have this small demo with Three.js, that stopped working suddenly for Chrome (but works for Firefox), which is weird because I am using the same version of the library as before (r47), so new changes in Three.js shouldnt affect my demo.
Has Chrome changed his behaviour or introduced bugs with WebGL?
Demo: http://www.enriquemorenotent.com/demos/cube/
I think Chrome has changed its behaviour... I'm aware of this problem but I haven't figured out what is it that started failing.
If you update the demo to a newer three.js it should work again though.
Recently updated my Google Chrome to version 32.0.1700.76 m and it looks like tooltips have stopped appearing over html elements with the 'title' attribute set.
<span alt="Testing" title="Testing">hhh</span>
Here is an example jsFiddle:
http://jsfiddle.net/ricksuggs/cDhEL/
I thought it was an HTML standard, it is still working in Firefox, anyone else experiencing the issue?
Version 32.0.1700.76 m works fine for me. Have you tried just clearing your Chrome browser cache to make sure it's not a caching issue?
Unfortunately, this is an old bug that have pop with version 32.0.1700 and is still present in v55 on some system such as mine too.
If you encounter this bug. Please go to http://download1.srware.net/old/iron/win/portable to test version 31 then 32. If you find out it works with v31 but it doesn't with v32, please report it in the chromium bug tracker issue. Specify your setup sharing a link provided by DriversCloud.com to help dev to fix it. They need feedback and details.
I have a problem where a Silverlight system I have developed is working perfectly in Internet Explorer but not at all in Chrome or Firefox
I have no idea where to start to try to figure out what the problem is?
Chrome just says Cannot load Silverlight plugin which is obviously useless from a debugging point of view
Firefox just displays the container page
I have used firebug and interestingly Firefox makes no attempt to download the xap files?
This is a major issue and any pointers would be very helpful!
The application does make use of Prism which may be something to do with it
Paul
I found a few articles how clipboard works in IE and Firefox without flash, but I did not find any example regarding to Safari and Chrome. Could somebody share with me example or provide link?
Thank you!
I believe you want to manually set the system clipboard contents from JavaScript running in Safari or Chrome? Unfortunately, this capability was disabled a long while ago due to security reasons (previously, it had been possible to do that using execCommand(), but no more.) Sorry I cannot provide you a link to the respective WebKit bugzilla issue offhand. I'd be curious, though, if someone had a working solution.