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

Dynamic skin part instances of a SkinnableComponent are not available in partRemoved() method when its skin is changed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK 4.1 (Release)
    • None
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Run attached sample
      2. Click on the button

      Actual Results:
      An error is thrown.

      Expected Results:
      No error should be thrown.

      Workaround (if any):
      Override SkinnableComponent.clearSkinParts()
      and replace: removeDynamicPartInstance(id, getDynamicPartAt(id, j));
      by :removeDynamicPartInstance(id, getDynamicPartAt(id, 0));

      Also found in 4.5

      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: