Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-26558

RTE when TextInput has prompt and null text value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Spark: TextInput
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Put the following in an Application:

      <fx:Script>
      <![CDATA[
      [Bindable] public var textValue: String = null;
      ]]
      >
      </fx:Script>
      <s:TextInput text="

      {textValue}

      " prompt="Prompt"/>

      2. Run it

      Actual Results:
      RTE in SkinnableTextBase.getCurrentSkinState().

      Expected Results:
      Should treat null text the same as zero-length text (and show the prompt).

      Workaround (if any):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: