roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Endpoints result not showing in Chrome browser on mac #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 
https://developers.google.com/appengine/docs/python/endpoints/getstarted/backend
/write_api
    I modified the example slightly, to add more fields to the message definition.
2. run locally
3. open http://localhost:8080/_ah/api/explorer in Chrome
4. Execute API methods, observe that nothing is printed on screen.
5. Now repeat step 3 in Safari browser, everything is printed correctly.
6. Also, when there's an error, a red box appears "error, see response for 
details", but the response is not showing. I realized it could be browser 
problem when I highlighted the page with my mouse and noticed highlighted 
pattern resembles text, only there is no text showing.

I am on iMac, OS X 10.9.3

Original issue reported on code.google.com by alex.sto...@gmail.com on 26 May 2014 at 12:37