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

Example not working in Chrome #64

Open
dexygen opened this issue Jul 14, 2013 · 4 comments
Open

Example not working in Chrome #64

dexygen opened this issue Jul 14, 2013 · 4 comments

Comments

@dexygen
Copy link

dexygen commented Jul 14, 2013

Your example at http://mtrpcic.github.io/pathjs/hashtag_basic.html does not entirely work under Chrome, version "28.0.1500.72 m", on Windows (7). Specifically the content does not get updated in the right hand pane when click on links in the left hand pane (the backbutton does however work)

@purtuga
Copy link

purtuga commented Jul 22, 2013

I just encountered this problem as well... and looking at the debugger, I see what the problem is...

Mike,
You're loading the path.js file from gihub using the raw url... not sure if you know this, but those files are served with a MIME type of "text/plain" which is not correct for a javascript file... You will need to find an alternate way to laod the file or include it in your example. Here is a screen capture from the browser:

httpmtrpcic github iopathjshashtag_basic

IE also blocks these files (I think starting with IE 9)... I tested in IE10 and it was not working..

Paul.

@yayitswei
Copy link

This happens for me as well (using Chrome).

@mephraums
Copy link

This makes me sad 👎

@atmin
Copy link

atmin commented Dec 10, 2013

I confirm the problem. It can be fixed by copying path.js in the gh-pages branch and updating examples script links to 'http://mtrpcic.github.io/pathjs/path.js'.

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

5 participants