Hi, I made a change yesterday to StringItemRenderer that I feel I you should all know about. For the JS platform, StringItemRenderer now produces a <span> instead of <div>. I did this to get the DateChooser to allow its elements to float in the middle of the day squares. The <span> uses "vertical-align" and "line-height" to achieve this and in all of the examples I ran that use StringItemRenderer, I didn't see any adverse reaction to this change. Plus, the point of StringItemRenderer is to display simple strings of text, so using <span> seems appropriate.
Please let me know if there are cases where <div> would be preferred over <span> for StringItemRenderer and I'll work something else out for DateChooser. Thanks, Peter Ent Adobe Systems/Apache Flex Project.