paros22 / skipfish

Automatically exported from code.google.com/p/skipfish
0 stars 0 forks source link

Html report not working in Chrome #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run a scan
2. open generated index.html in google chrome (I use 5.0.342.3)
3.

What is the expected output? What do you see instead?

Using Firefox, report parts appear, are clickable and expand properly. 

With Chrome, no results appear (section titles such as "Crawl results - 
click to expand:" are visible, but without content). Please see attached 
screenshot !

What version of the product are you using? On what operating system?

- OS is Linux, Debian "squeeze"
- skipfish 1.05b
- google chrome 5.0.342.3

Please provide any additional information below.

Original issue reported on code.google.com by deubeul...@gmail.com on 20 Mar 2010 at 10:22

Attachments:

GoogleCodeExporter commented 9 years ago
Cannot reproduce. Wild guess: please make sure that all the files are actually 
readable by your web server (e.g., chmod -R 755 output_dir).

Original comment by lcam...@gmail.com on 20 Mar 2010 at 3:22

GoogleCodeExporter commented 9 years ago
Actually, I see you are accessing the report via file:///. In that case, certain
experimental security restrictions in the browser might be kicking in. Try 
viewing it
over HTTP.

Original comment by lcam...@google.com on 21 Mar 2010 at 3:54

GoogleCodeExporter commented 9 years ago
Still present in Ubuntu 10.10, Chrome 8. Firefox can open the reports directly 
from disk. Surely we don't have to install a web server to view the results in 
Chrome?

Original comment by bart...@gmail.com on 10 Dec 2010 at 4:36

GoogleCodeExporter commented 9 years ago
See problem #6 here:
http://code.google.com/p/skipfish/wiki/KnownIssues

A discussion of a potential, more user-friendly fix is here:
http://code.google.com/p/chromium/issues/detail?id=47416

Original comment by lcam...@gmail.com on 10 Dec 2010 at 4:40