TheBrusMeister / harviewer

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

Entries sorting problem #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Paste HAR into text box
2. Click preview
3. Entries are not sorted by startedDateTime 

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

'http://www.takeitweb.fr/optimiser-site-web/' (startedDateTime : 
2012-01-04T09:07:37.688+01:00) should be the first request in the list. 
Instead, there is 'menu-coin.gif' (startedDateTime : 
2012-01-04T09:07:38.339+01:00). There is also the third request 'yslow.png' 
which should be displayed later in the list.

What version of the product are you using? On what operating system?
I tried on the online version of har viewer and on my local system (2.0.15).

Please provide any additional information below.
The HAR file is collected using PhantomJS and the netsniff.js script on a 
windows 7 system. By default, the sort order of the entries in the har file is 
good, I tried to change it by reversing it but i still have the same problem in 
the HAR viewer.

Thanks for your help!

Original issue reported on code.google.com by phi...@gmail.com on 4 Jan 2012 at 9:24

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by odva...@gmail.com on 4 Jan 2012 at 9:36

GoogleCodeExporter commented 8 years ago
The attached patch appears to fix it for me.

Original comment by simon.a....@gmail.com on 24 Feb 2012 at 1:46

Attachments:

GoogleCodeExporter commented 8 years ago
Patch committed for Issue 73 should also fix this issue.

Honza

Original comment by odva...@gmail.com on 17 Mar 2012 at 3:08

GoogleCodeExporter commented 8 years ago
I still have this issue. Will this be solved?

Thanks

Original comment by kheathe...@gmail.com on 27 May 2012 at 8:27

GoogleCodeExporter commented 8 years ago
Can you please clone the repo here:
https://github.com/janodvarko/harviewer

and verify that it's fixed?

The patch is not yet released (should be in v2.0.16)

Honza

Original comment by odva...@gmail.com on 29 May 2012 at 10:36