Hi, Our company is developing application using Tobago. I'm sending you a list of bugs / enhancements we came across recently. Please give some feedback.
1. t:forEach (bug) Component does not work with Iterables. It seems that it analyzes only one record. For now we can only use t:sheet to iterate Collections, but it would be better to have t:forEach functional. The disadvantages of using t:sheet in this case are the following: - selecting rows and highlighing them with different color - impossibility to set auto height - vertical scrolls appearing - light background - components do not fit the whole width, leaving space on the right 2. t:sheet (enhancement) There should be possibility to specify component auto height (analog for "100%" in html). This functionality is necessary to avoid scrollbars(when we have many records) and ugly dark grey background(when we have not enough records to fit the specified height). So we need the t:sheet component to "autostretch" depending on the number of records. 3. t:tabGroup (bug) Active tab status is not saved and is lost after page refresh. 4. t:image (bug) Alt attribute is not functional. Setting this attribute has no effect at all. Thanks, Ira

