ladybug
ladybug copied to clipboard
false behavior when clicking on first object in array
I dumped object which contains array of objects using function ld(). If I try to click on first object in array it doesnt shows information about object, but hides whole information about array.
Example: Object -> Array -> Object1 - click here -> Object2 -> Object3
Expected behavior: Object -> Array -> Object1 -> object information -> Object2 -> Object3 Real behaviour: Object -> Array
I am calling ladybug_set_option('object_max_nesting_level', 5); before dump call.
Browser: Firefox 34