Vidvox / oscqueryhtml

MIT License
14 stars 1 forks source link

directories don't have UI items #26

Closed mrRay closed 6 years ago

mrRay commented 6 years ago

if a node has a CONTENTS array, no UI items are displayed for that node. sample document attached, just tell the test server to load it. on my end, the attached doc results in the HTML rendering only the "int"-type UI item (the "float"-type UI item which is its parent node isn't being rendered). it would be great if you could please tweak this a bit so both UI items render!

oscqueryhtml_contents_hides_uiitems.txt

dustmop commented 6 years ago

Partially implemented by dd85cb5, except directory names are showing up twice, and the collapse button is awkwardly placed. Can fix up these issues in a bit.

dustmop commented 6 years ago

Fully fixed by 2152fa099f47, now directories with both nodes and inner contents render properly (similarly to the Browser).