Here's another fix for the SearchWidget. When the search layer is changed on the text search tab, the search label flashes to the left. Switching the RichEditableText to a lightweight Label removes the flash.
<s:Label id="txtLabelText"
width="100%"
editable="false"
text=""
textAlign="center"/>