You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alexander Konovalov (JIRA)" <ji...@apache.org> on 2014/06/20 12:32:24 UTC

[jira] [Created] (FLEX-34380) TextInput with prompt displays black prompt

Alexander Konovalov created FLEX-34380:
------------------------------------------

             Summary: TextInput with prompt displays black prompt
                 Key: FLEX-34380
                 URL: https://issues.apache.org/jira/browse/FLEX-34380
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: TextArea, Spark: TextInput
    Affects Versions: Apache Flex 4.12.0, Adobe Flex SDK 4.6 (Release)
            Reporter: Alexander Konovalov


The reason of the bug is component visibility changes without data changes.

Steps to reproduce (the easiest way to reproduce, but bug persists almost everywhere):
1. Create AIR application (add mobilecomponents.swc).
2. Add CalloutButton
3. Add spark TextInput inside CalloutButton with some prompt text.
4. Run. Click on CalloutButton -> grey prompt in TextInput.
5. Close and open CalloutButton second time -> black color for prompt

Code:
    <s:CalloutButton label="TEST">
        <s:TextInput prompt="SOME PROMPT" />
    </s:CalloutButton>




--
This message was sent by Atlassian JIRA
(v6.2#6252)