yiisoft / yii-dev-panel

An application that aggregates such different modules as: Debug, Inspector, Gii and Open API
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Supported browsers? #80

Open batyrmastyr opened 2 years ago

batyrmastyr commented 2 years ago

The lastest PR replaced jQuery-based JSON viewer in favor of HTML Custom Elements based one. This will break debug viewer on more or less old browsers, so if have to debug something in IE / Edge <= 18 / Firefox <= 63 / Chrome <= 54, most likely you'll have to switch off debug viewer beforehand, debug and turn it on afterwards.

So, it's better to decide and document, which browsers are supported and which will give you more pain in the neck.

Additional info

Q A
Version pre-1.0
PHP version any
Operating system any
samdark commented 2 years ago

I'd leave it as is for now. We may adjust it later if there will be real use-cases.