derrell / App-Inventor-Gallery

App Inventor Gallery
20 stars 17 forks source link

Fix Issue #182--Comment scrolling #191

Closed mijoda closed 13 years ago

mijoda commented 13 years ago

The comment list has always been contained in a scroll container, but its height was pinned to some default value. I added {flex : 1 } so that it now stretches to the bottom of the left vbox.

In the previous commit, I cleaned up the code that set up the comment list gui elements, which was very bizarre, but didn't affect the functionality.

I've only tested on Firefox and Safari on Mac OS X.6, so would appreciate testing with other OS/browser/size combos.

One potential remaining issue is that if image1 is big, all the comment stuff will get mashed to the bottom. This should go away when images are scaled reasonably.