square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

Expanding triangles don't work in Google Chrome #157

Closed Epskampie closed 2 years ago

Epskampie commented 9 years ago

The expanding triangles you see when inspecting a json response in the network inspector won't work in the current Google Chrome version (43).

The console shows the following error:

Uncaught TypeError: window.getComputedStyle(...).getPropertyCSSValue is not a function

If found a similar problem with a fix for the problem.

sebfie commented 9 years ago

Same issue for me.

efirestone commented 9 years ago

Same as https://github.com/square/PonyDebugger/issues/67?

A1iAshoor commented 8 years ago

+1

Epskampie commented 8 years ago

Workaround: just use Safari.

A1iAshoor commented 8 years ago

@Epskampie safari worked fine, I fixed the issue in chrome by modifying the JS files

Epskampie commented 8 years ago

@A1iAshoor Cool. Can you make a Pull Request of this, so that everyone can benefit?

danielribeiro commented 8 years ago

Seems to be related to the fact that the old dev tools project used by pony debugger leverages deprecated DOM methods.

In Chrome 45.0.2454.101 (64-bit):

screen shot 2015-10-02 at 4 52 46 pm

On Safari Version 8.0.8 (10600.8.9)

screen shot 2015-10-02 at 4 55 47 pm

Deprecation of getPropertyCSSValue was apparently announced almost a year ago:

https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/3VmxWFzcyJc/GFOnJxnWBN0J