Skip to content

false behavior when clicking on first object in array #69

@krhovjak

Description

@krhovjak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions