Issue by ficristo
Sunday Mar 26, 2017 at 12:30 GMT
Originally opened as adobe/brackets#13226
Description
The current layout is composed with ul and li, plus there is some javascript that handle the selection of current folder and I think also the collapse/exapnd is done in js.
In adobe/brackets#12047 I added some html to workaround a bug, which makes me think the layout can be improved.
Ideally we should delegate more operations to html and css.
If we go on this route it a possible breaking change.
Sunday Mar 26, 2017 at 12:30 GMT
Originally opened as adobe/brackets#13226
Description
The current layout is composed with
ulandli, plus there is some javascript that handle the selection of current folder and I think also the collapse/exapnd is done in js.In adobe/brackets#12047 I added some html to workaround a bug, which makes me think the layout can be improved.
Ideally we should delegate more operations to html and css.
If we go on this route it a possible breaking change.