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

[TLF 2030394] RichEditableText.export() ignores spaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • Adobe Flex SDK Previous
    • None
    • Affected OS(s): Windows
      Affected OS(s):
      Language Found: English

    Description

      Steps to reproduce:
      1. Create an instance: <ns:RichEditableText id="spaceEditor" text=" hallo " /> Note the leading and trailing spaces in text.

      Actual Results:
      spaceEditor.export.toString() == "...<span>hallo</span>..."

      Expected Results:
      spaceEditor.export.toString() == "...<span> hallo </span>..."

      Workaround (if any):
      Use XML.ignoreWhitespace = false; etc as describe in http://forums.adobe.com/thread/230089 . Though maybe the TLF team might fix it in their code: http://forums.adobe.com/message/2030394#2030394 .

      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: