yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 149 forks source link

Check if toolbar element is found on the page before access it #513

Closed xepozz closed 11 months ago

xepozz commented 1 year ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?

When the toolbar scripts are loaded in case of bundled with other scripts, but the toolbar html is not present on the page any xhr / fetch calls fails on https://github.com/yiisoft/yii2-debug/blob/master/src/assets/js/toolbar.js#L325 with error "Cannot read properties of null (reading 'getAttribute')"

what-the-diff[bot] commented 1 year ago

PR Summary

xepozz commented 1 year ago

@cebe @samdark could you please review?

xepozz commented 11 months ago

Done

xepozz commented 11 months ago

Could someone merge it?

terabytesoftw commented 11 months ago

@bizley

bizley commented 11 months ago

Cheers

xepozz commented 11 months ago

Could you also make a tag? Seems no more changes are planned.

xepozz commented 11 months ago

@bizley

bizley commented 11 months ago

Sorry, I'll try to do this today, busy with other work.

bizley commented 11 months ago

Done.