Just checking to see if anyone else has noticed this bug?
When I added a Spark TextInput component to the display I added some prompt text to it which shows up just fine. Then I set the editable property of the TextInput to false and now the prompt text has shifted down and you can only see the top part of the text. Here is the code of the TextInput Component,
<s:TextInput id="eventTempate" width="100%" editable="false" prompt="Tap" includeIn="State2"/>