JSONovich / jsonovich

A webextension for Firefox. Pretty-prints JSON content in the browser for easy, unobtrusive viewing.
https://addons.mozilla.org/firefox/addon/jsonovich/
Mozilla Public License 2.0
7 stars 3 forks source link

Collapsing doesn't work if JavaScript is disabled #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Disable JavaScript (from browser options, webdev toolbar or noscript, all 
have same effect)
2. Load JSON
3. Try to collapse any object/array

What is the expected output?
Collapsible nodes regardless of whether content JavaScript is enabled globally 
or for the domain.

Original issue reported on code.google.com by W.Elwoo...@gmail.com on 8 Jun 2011 at 11:23

welwood08 commented 7 years ago

This has worsened since the webext implementation. Now the JSON won't even be formatted and the page is blanked by the attempt to hide the flash of unstyled content.