zazi1991i / harviewer

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

Typo in har.tab.preview.js "pageSstartedDateTime" #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just a quick note that there's a small typo in har.tab.preview.js. Wanted to 
save a few minutes of head scratching if you're trying to render a HAR with 
entries not associated with a page.

Starting on line 116:

            if (!pageStartedDateTime) 
                pageSstartedDateTime = parseISO8601(file.startedDateTime);

Should be: 

            if (!pageStartedDateTime) 
                pageStartedDateTime = parseISO8601(file.startedDateTime);

Original issue reported on code.google.com by fuzzygro...@gmail.com on 15 Jun 2010 at 5:30

GoogleCodeExporter commented 8 years ago
Patch committed at R127
Good catch, I need to create a selenium test for this one.

Thanks for the report!
Honza

Original comment by odva...@gmail.com on 15 Jun 2010 at 5:59

GoogleCodeExporter commented 8 years ago
Could you please attach the HAR file you used to reproduce the problem?
Honza

Original comment by odva...@gmail.com on 15 Jun 2010 at 6:13

GoogleCodeExporter commented 8 years ago
This issue should be fixed in 1.1-10

Verify here:
http://www.softwareishard.com/har/viewer/

Thanks for the report!
Honza

Original comment by odva...@gmail.com on 21 Jun 2010 at 6:26