WhatPumpkin / SburbBugs

A site to track the automated debug reports sent by Sburb
Other
0 stars 1 forks source link

Collapsible Sections #3

Open Gankra opened 12 years ago

Gankra commented 12 years ago

Bug reports should have all the debug garbage "collapsed" (hidden), by default. Should just be the image/title/desc showing by default.

FugiTech commented 12 years ago

I had hoped to make it act much like calling console.dir(), but haven't found a super easy way to do that yet. Probably going to have to write up my own javascript to do it :(

Gankra commented 12 years ago

I've never heard of console.dir.

I had actually designed something like this in the old "editor" branch. See: https://github.com/Gankro/Sburb/blob/editor/editor/EditActions.js

"collapsable" was a css class that I had a selected for to let you collapse/expand the thing's children by clicking on it. I remember it behaving kind of shitty, though. Can't for the life of me find where "collapsable" gets hooked into, either.