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

Mobile TextArea component loses HTML formatting with View change or Style change

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Apache Flex 4.14.1
    • Apache Flex 4.15.0
    • Mobile: Text
    • All Mobile Platforms
    • Patch, Important

    Description

      Steps to reproduce:

      1. Using a Mobile TextArea component set the htmlText property of the StyleableTextField display of the TextArea component. eg.

      StyleableTextField(main_txt.textDisplay).htmlText = "<b>HTML</b>";
      note: TextArea requires skin class: spark.skins.mobile.TextAreaSkin

      2. Change a style on the TextArea such as Font Size or Font Type. eg.

      main_txt.setStyle("fontSize",25);

      3. OR change to a new View and return to previous View with destructionPolicy="never"

      Results:

      HTML formatting like font color and size is removed.

      Attachments

        1. TextAreaBug.fxp
          13 kB
          c sills

        Activity

          People

            Unassigned Unassigned
            joeboxr c sills
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: