Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

false behavior when clicking on first object in array #69

Open
krhovjak opened this issue Jan 9, 2015 · 0 comments
Open

false behavior when clicking on first object in array #69

krhovjak opened this issue Jan 9, 2015 · 0 comments

Comments

@krhovjak
Copy link

krhovjak commented Jan 9, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant