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

CollapseWhiteSpace RichText — why specified for boolean textChanged?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK Previous
    • None
    • Spark: RichText
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      See code in RichText:

      //----------------------------------
          //  text
          //----------------------------------
          [Inspectable(category="General")]
      
          // Compiler will strip leading and trailing whitespace from text string.
          [CollapseWhiteSpace]
          
          // The _text storage var is mx_internal in TextBase.
          
          /**
           *  @private
           */
          private var textChanged:Boolean = false;

      Why "CollapseWhiteSpace" specified for boolean property? May be it must be specified for text attribute?

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: