ericduran / chromeHAR

HAR viewer that mimics (or at least tries really hard to) Chromes network tab
https://ericduran.github.io/chromeHAR
MIT License
498 stars 132 forks source link

Cannot drag and drop on Chromium #8

Closed vvo closed 11 years ago

vvo commented 11 years ago

Using Ubuntu and chromium I can't drag and drop.

Any idea ? Can you add an import button instead

joeledwards commented 11 years ago

I observed this same issue. Turns chrome just replaces the content of the window the the HAR's text.

soxofaan commented 11 years ago

I have same problem Chrome 26.0.1410.65 on Mac OS X

soxofaan commented 11 years ago

I used git bisect and the first commit where drag and drop stops working for me is commit 1ddae45e3c1576f0a3fe54256db47101bad0dc53 Author: Eric J. Duran eric.duran7@gmail.com Date: Fri Oct 26 18:43:55 2012 -0400

Removing global functions and using angular modules and custom DND Directives

It works when I check out the commit before that one: commit 7a657032706cba0b5a1caa8b3586c65b35b2e62a Author: Eric J. Duran eric.duran7@gmail.com Date: Wed Sep 26 01:53:31 2012 -0400

Using strict and moving to a named closure
ericduran commented 11 years ago

Oh nice, I should fix this.

ericduran commented 11 years ago

This should be fixed now. Thanks for the debugging :)

soxofaan commented 11 years ago

Confirmed, works for me.

Great, thanks!