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

wrong ioerrorevent are sent by flex textarea when we load a missing picture

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Give a htmlText to a Flex textarea with <img src="wrong_path" id="img_loader"/>.
      2. Wait the update_complete and listen to ioerrorevent on myTextArea.getTextField().getImageReference("img_loader").
      3. The listener works fine and gets the ioerror.
      4. Give any other htmlText to a Flex textarea with <img src="any_path" id="img_loader"/>.
      5. A ioerrorevent is sent but we can't listen to it because we don't know the target.

      Actual Results:
      A ioerrorevent is sent but we can't listen to it because we don't know the target.

      Expected Results:
      Not any ioerrorevent has to be sent. And if it is sent, why can't we listen to it from myTextArea.getTextField().getImageReference("img_loader") or myTextArea.getTextField() or myTextArea ?

      Workaround (if any):
      Not to display the picture...

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: